|
-
June 28th, 2005, 04:51 AM
#1
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
-
June 28th, 2005, 04:59 AM
#2
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 
-
June 28th, 2005, 05:07 AM
#3
Re: Finding some crash information on a non-msdev computer
 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.
-
June 28th, 2005, 05:31 AM
#4
Re: Finding some crash information on a non-msdev computer
-
June 28th, 2005, 02:33 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|