Click to See Complete Forum and Search --> : Application crashing, is info on dialog useful?


Jose Camejo
April 26th, 1999, 08:56 AM
I am using VC++ 4.0, DAO, and crystal report, the one that comes with VC++ 4.0.
I have an application that sometimes, crashes when terminating the application, appearing the "This program has performed an illegal operation and will be shutdown" dialog. My question is, the information that comes in that dialog (module exe at 024f:004265ff, Registers..., etc), can it be useful for me in some way for me to look where is the code failing. The error is not easy to reproduce, and for some reason I can't use the debugger when using DAO on this version of VC++. Thanks for any replies,

take care,
Jose

mihai
April 26th, 1999, 11:06 AM
Obviously, the informations are utils. If you have the release version, you have to create the MAP file, too. After that consulte your error adress, where this is implemeted.
Sincerely, Mihai