|
-
Aug 8th, 2000, 02:03 PM
#1
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
-
Aug 8th, 2000, 02:48 PM
#2
Frenzied Member
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.
-
Aug 8th, 2000, 03:07 PM
#3
Lively Member
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.
-
Aug 8th, 2000, 04:16 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|