CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2003
    Location
    Durham, England
    Posts
    10

    Finding some crash information on a non-msdev computer

    Hi,
    I'm beta testing my application at the moment, and am having some crashes on my betatester's computer. The problem is that he doesnt have MSDEV, and win32 doesnt give me any information to go on as to where the crash was. My question is, is there any way I can find out anything about an error (line, file, etc) without a debug environment installed?

    Thanks for any responses.

    MR

  2. #2
    Join Date
    Mar 2003
    Location
    The Netherlands
    Posts
    586

    Re: Finding some crash information on a non-msdev computer

    Try searching the internet for "Release mode debugging with VC++". This is an article i recently found about the subject.
    Time is fun when you're having flies

  3. #3
    Join Date
    Sep 2002
    Location
    14° 39'19.65"N / 121° 1'44.34"E
    Posts
    9,815

    Re: Finding some crash information on a non-msdev computer

    Quote Originally Posted by mankeyrabbit
    I'm beta testing my application at the moment, and am having some crashes on my betatester's computer. The problem is that he doesnt have MSDEV, and win32 doesnt give me any information to go on as to where the crash was. My question is, is there any way I can find out anything about an error (line, file, etc) without a debug environment installed?
    You can either use remote debugging, or a map file for that.

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

  5. #5
    Join Date
    Jul 2003
    Location
    Durham, England
    Posts
    10

    Re: Finding some crash information on a non-msdev computer

    guys,

    thanks a lot for the links. I had searched, but obviously not with the right keywords! Cheers, I've fixed the major problem.

    MR

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