Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting a wait cursor on a dialog using pure Win32 Pin
Tomasz Sowinski23-Aug-02 7:18
Tomasz Sowinski23-Aug-02 7:18 
GeneralRe: Setting a wait cursor on a dialog using pure Win32 Pin
Todd Jeffreys23-Aug-02 7:40
Todd Jeffreys23-Aug-02 7:40 
GeneralRe: Setting a wait cursor on a dialog using pure Win32 Pin
Tomasz Sowinski23-Aug-02 7:44
Tomasz Sowinski23-Aug-02 7:44 
Generalchanges in database -- Pin
ns23-Aug-02 6:04
ns23-Aug-02 6:04 
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 
This is my nightmare. So far I have avoided it, but the last thing I did (which I promptly undid thankfully) introduced a crash when exiting. Basically I ended up making a connnection ADO object local instead of a member variable. As the latter, the program crashed. I dont reallly know why. The only thing I can think of is that the local conn object destroys itself when i t goes out of scope.Though I was explicitly closing the member conn object. Thing is even when I didnt close the member conn, just had it declared as a member conn, it crashed.

I'm safe for now. But I am terrified that sooner or later I'm going to do something I cant track down which will make it crash on exit> how do you even start debugging this sort of problem? Please advise me, because I dont want to be helpless when it does happen - I'm dreading it.

Thanks,
ns
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 
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 

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.