CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    21

    Application crashing, is info on dialog useful?

    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


  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: Application crashing, is info on dialog useful?

    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



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured