Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: changes in database -- Pin
Mauricio Ritter23-Aug-02 7:29
Mauricio Ritter23-Aug-02 7:29 
GeneralBooks.. Books.. Books... Pin
Ryan B.23-Aug-02 5:58
Ryan B.23-Aug-02 5:58 
GeneralRe: Books.. Books.. Books... Pin
valikac23-Aug-02 6:40
valikac23-Aug-02 6:40 
QuestionHow to debug System crash with right cross exiting Pin
ns23-Aug-02 5:55
ns23-Aug-02 5:55 
AnswerRe: How to debug System crash with right cross exiting Pin
Tomasz Sowinski23-Aug-02 5:58
Tomasz Sowinski23-Aug-02 5:58 
GeneralRe: How to debug System crash with right cross exiting Pin
ns23-Aug-02 6:06
ns23-Aug-02 6:06 
GeneralRe: How to debug System crash with right cross exiting Pin
Tomasz Sowinski23-Aug-02 6:10
Tomasz Sowinski23-Aug-02 6:10 
GeneralRe: How to debug System crash with right cross exiting Pin
Ravi Bhavnani23-Aug-02 6:31
professionalRavi Bhavnani23-Aug-02 6:31 
Just to add to Tomasz's note, you can also navigate to any frame of the stack (by selecting the frame from the combo box). By doing so, you can examine local vars in the previous frames. This is very handy for finding out why your program crashed, since the problem may have actually occured "n" functions before the one that crashed (eg: a NULL pointer being passed to a function that expected a non-NULL one). As usual, ASSERTs help identify these problems early on. Good luck!

PS: Have a safe round-trip. I'm off to NYC to visit friends for the weekend. Might jam with them[^] if I get there in time!

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
QuestionWhat Did I Forget ??? Pin
Nick Parker23-Aug-02 5:49
protectorNick Parker23-Aug-02 5:49 
AnswerRe: What Did I Forget ??? Pin
Tomasz Sowinski23-Aug-02 5:54
Tomasz Sowinski23-Aug-02 5:54 
AnswerRe: What Did I Forget ??? Pin
pankajdaga23-Aug-02 5:54
pankajdaga23-Aug-02 5:54 
AnswerRe: What Did I Forget ??? Pin
Chris Losinger23-Aug-02 5:54
professionalChris Losinger23-Aug-02 5:54 
GeneralRe: What Did I Forget ??? Pin
Nick Parker23-Aug-02 6:01
protectorNick Parker23-Aug-02 6:01 
GeneralRe: What Did I Forget ??? Pin
Nick Parker23-Aug-02 6:05
protectorNick Parker23-Aug-02 6:05 
AnswerRe: What Did I Forget ??? Pin
ns23-Aug-02 5:58
ns23-Aug-02 5:58 
GeneralData Type Listing Pin
Nick Parker23-Aug-02 5:26
protectorNick Parker23-Aug-02 5:26 
GeneralRe: Data Type Listing Pin
Tomasz Sowinski23-Aug-02 5:31
Tomasz Sowinski23-Aug-02 5:31 
GeneralRe: Data Type Listing Pin
Nick Parker23-Aug-02 5:36
protectorNick Parker23-Aug-02 5:36 
GeneralBYTE Explanation Pin
Nick Parker23-Aug-02 5:21
protectorNick Parker23-Aug-02 5:21 
GeneralRe: BYTE Explanation Pin
Chris Losinger23-Aug-02 5:27
professionalChris Losinger23-Aug-02 5:27 
GeneralRe: BYTE Explanation Pin
Nick Parker23-Aug-02 5:29
protectorNick Parker23-Aug-02 5:29 
GeneralRe: BYTE Explanation Pin
Todd Smith23-Aug-02 8:01
Todd Smith23-Aug-02 8:01 
GeneralwParam and lParam, I'm confused... Pin
Abin23-Aug-02 5:17
Abin23-Aug-02 5:17 
GeneralRe: wParam and lParam, I'm confused... Pin
Tomasz Sowinski23-Aug-02 5:27
Tomasz Sowinski23-Aug-02 5:27 
GeneralFile Security Pin
Matthew R. Miller23-Aug-02 5:02
Matthew R. Miller23-Aug-02 5:02 

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.