Results 1 to 4 of 4

Thread: out of stack space

  1. #1
    Guest
    out of stack space:

    I don't have a function calling itself or other recursive problems.

    it is a VB app calling a C dll;

    so the C dll is working on the VB stack...

    is this right?

    how could I increase stack space or refresh it ?

    or, more generally, how can I get rid of my problem?

    Thank you

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    there's probably no need to increce stack space, there's 4Gb of stack space per program, if you are using that much your machine's gonna slow down to a snails pace, try to find out what's taking it all up.

  3. #3
    Lively Member
    Join Date
    Jul 2000
    Posts
    94
    4GB of stack space? Not for VB. Here is what MSDN says on the subject:

    Total available stack size for Visual Basic is one megabyte (1MB) per thread.

  4. #4
    Guest
    check this link to the msdn library about
    out of stack space...

    http://msdn.microsoft.com/library/de...outofstack.htm


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