In our VB5 application, we occasionally receive the message:
Runtime Error!
Program: C:\...\Our App.exe
abnormal program termination
The heading on the message box is:
Microsoft Visual C++ Runtime Library
On clicking OK our app shuts down.
We seem to get this error after displaying or printing a number of
Crystal Reports from our app. We suspect that it is due to memory not
being freed.
Does anyone have any insight as to the cause, how we can prevent this
error or, if that isn't possible, trap for this error.
Don Poulsen
dpou...@realmed.com
Don Poulsen wrote in message <36DBE7...@real-med.com>...
Its not likely going to be caused by a memory leak although its
possible....there isn't much you can do except report this to CR tech
support or whatever with as much info as you can like, what its doing,
machine specs, dr watson log files if it ever dr watsons etc etc
The trouble is when a run-time error or exception falls out the top of your
call stack its a bit late to try and figure out where it got caused...
Joe