Click here to Skip to main content
15,911,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to find reason why application crashes? Pin
voorugonda prashanth10-May-06 19:05
voorugonda prashanth10-May-06 19:05 
GeneralRe: how to find reason why application crashes? Pin
Hamid_RT10-May-06 19:13
Hamid_RT10-May-06 19:13 
GeneralRe: how to find reason why application crashes? Pin
Maxwell Chen10-May-06 19:03
Maxwell Chen10-May-06 19:03 
AnswerRe: how to find reason why application crashes? Pin
Stephen Hewitt10-May-06 19:05
Stephen Hewitt10-May-06 19:05 
GeneralRe: how to find reason why application crashes? Pin
voorugonda prashanth10-May-06 19:11
voorugonda prashanth10-May-06 19:11 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt10-May-06 19:12
Stephen Hewitt10-May-06 19:12 
AnswerRe: how to find reason why application crashes? Pin
kakan10-May-06 19:30
professionalkakan10-May-06 19:30 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt11-May-06 3:57
Stephen Hewitt11-May-06 3:57 
I've noticed heaps of people use this technique, but it's not necessary to go to all this trouble. There is nothing to stop you from making a release build with debug info. All you need to do is enable it in the compiler settings in the compiler and linker tabs. Once this is done, any time you release your software you just stash the .PDBs somewhere. There is even a utility that comes with WinDBG called "symstore" you can use to manage the .PDBs. Once you've got a .PDB you can use a debugger to get all the information the .MAP file technique can produce but easier (and more info that .MAP files can't even dream of); just use the debugger as you normally would or get a crash dump and use WinDBG to do postmortem analysis. There really is no reason for this overly complex and convoluted .MAP file technique.

Steve
GeneralRe: how to find reason why application crashes? Pin
kakan11-May-06 20:27
professionalkakan11-May-06 20:27 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt11-May-06 20:38
Stephen Hewitt11-May-06 20:38 
GeneralRe: how to find reason why application crashes? Pin
kakan11-May-06 20:51
professionalkakan11-May-06 20:51 
QuestionHow to use Recordset open a stream object Pin
WillTian10-May-06 17:56
WillTian10-May-06 17:56 
AnswerRe: How to use Recordset open a stream object Pin
Stephen Hewitt10-May-06 18:29
Stephen Hewitt10-May-06 18:29 
AnswerRe: How to use Recordset open a stream object Pin
Stephen Hewitt10-May-06 18:59
Stephen Hewitt10-May-06 18:59 
GeneralRe: How to use Recordset open a stream object Pin
WillTian10-May-06 19:09
WillTian10-May-06 19:09 
QuestionHow to issue SQL command in MFC C++? Pin
Ting Li Che10-May-06 15:41
Ting Li Che10-May-06 15:41 
AnswerRe: How to issue SQL command in MFC C++? Pin
John M. Drescher10-May-06 17:59
John M. Drescher10-May-06 17:59 
AnswerRe: How to issue SQL command in MFC C++? Pin
David Crow11-May-06 2:43
David Crow11-May-06 2:43 
QuestionHow to program to set the mouse properties? Pin
flyingxu10-May-06 15:03
flyingxu10-May-06 15:03 
AnswerRe: How to program to set the mouse properties? Pin
Stephen Hewitt10-May-06 15:34
Stephen Hewitt10-May-06 15:34 
Questionhow to create a CBitmap object from a bitmap file? Pin
includeh1010-May-06 11:28
includeh1010-May-06 11:28 
AnswerRe: how to create a CBitmap object from a bitmap file? Pin
Michael Dunn10-May-06 14:07
sitebuilderMichael Dunn10-May-06 14:07 
AnswerRe: how to create a CBitmap object from a bitmap file? Pin
Hamid_RT10-May-06 18:32
Hamid_RT10-May-06 18:32 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Andy Rama10-May-06 21:07
Andy Rama10-May-06 21:07 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Hamid_RT10-May-06 21:55
Hamid_RT10-May-06 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.