-
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
-
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.
-
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.
-
check this link to the msdn library about
out of stack space...
http://msdn.microsoft.com/library/de...outofstack.htm