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 errors originating within the crystal reports DLLs. Any ideas. Can I download newer versions of the DLLs from somewhere as I am just using the version packaged with VB5.<br><br>The application is not particularly memory hungry, which leads me to suspect Crystal reports, and only crashes as the final form_unload event is being processed (possibly as the memory is being deallocated) and if at least one report has been accessed. Thanks for any help in advance.