Results 1 to 8 of 8

Thread: GC.keepalive issue

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    6

    GC.keepalive issue

    is it possible to call garbage collector in VB6 ?

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    6

    Re: GC.keepalive issue

    we have an object which have severals values.
    The first time this object is accessed the values are correctly returned. But the second time, we have an error #462 : The remote server machine does not exists or is unavailable.

    In some .net forums this error can be corrected with GC.keepAlive so the reason of my question....

  4. #4

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    6

    Re: GC.keepalive issue

    - what is the scope of your variable (public/ local)? It is a public variable
    - how do you create and populate it? I don't know we are customizing a framework provided by a software
    - how do you destroy it? We do not destroy it. Line 1 in the code the variable is accessible and the next line (NO OTHER CODE BETWEEN THESES LINES) the variable is no more accessible

  6. #6

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    6

    Re: GC.keepalive issue

    I cannot post my code.

  8. #8

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width