andyjdavis
Programmer
I am developing a VB application that has problems. Half the time it is run it runs fine, the other half it brings up a "out of stack space error". It also periodically throws up Illegal Operation orriginating in a DLL that is not my creation.<br><br>The application is not particularly memory hungry and only crashes as one of the form_unload events is being processed (possibly as the memory is being deallocated) Is the memory assigned to data controls and recordsets automatically reclaimed? Why does the error only appear as the application closes? Any ideas.<br>Thanks for any help in advance.