Click here to Skip to main content
16,014,940 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
Jonathan Craig23-Dec-02 10:15
Jonathan Craig23-Dec-02 10:15 
GeneralRe: PrintDlgEx, Visual C++ 6.0, and the Platform SDK Pin
mwilliamson23-Dec-02 11:13
mwilliamson23-Dec-02 11:13 
GeneralApplication Error only on some computers Pin
ElizabethC23-Dec-02 8:33
ElizabethC23-Dec-02 8:33 
GeneralRe: Application Error only on some computers Pin
Scott H. Settlemier23-Dec-02 8:39
Scott H. Settlemier23-Dec-02 8:39 
GeneralRe: Application Error only on some computers Pin
ElizabethC24-Dec-02 7:18
ElizabethC24-Dec-02 7:18 
GeneralRe: Application Error only on some computers Pin
Scott H. Settlemier24-Dec-02 12:57
Scott H. Settlemier24-Dec-02 12:57 
GeneralRe: Application Error only on some computers Pin
ElizabethC6-Jan-03 10:31
ElizabethC6-Jan-03 10:31 
GeneralRe: Application Error only on some computers Pin
mwilliamson23-Dec-02 9:39
mwilliamson23-Dec-02 9:39 
Let drwatson write the log and then you can use it to find your problem. C:\Documents and Settings\All Users\Documents\DrWatson\drwtsn32.log. Goto the last crash, and it will tell you the call stack around the crash. You will see fault in the margin for the line on which it crashed. Hopefully you will have enough information to trace it back to a line in your source. If not, build your release with debug information. Then let it crash, you should now see what function caused the crash and in what windows function. You might want to do this off the bat because drwatson is usually hard to read.
GeneralRe: Application Error only on some computers Pin
ElizabethC24-Dec-02 7:26
ElizabethC24-Dec-02 7:26 
GeneralRe: Application Error only on some computers Pin
ElizabethC6-Jan-03 10:35
ElizabethC6-Jan-03 10:35 
Generalstd::string silly error Pin
Shah Shehpori23-Dec-02 8:04
sussShah Shehpori23-Dec-02 8:04 
GeneralRe: std::string silly error Pin
Tim Smith23-Dec-02 8:18
Tim Smith23-Dec-02 8:18 
GeneralRe: std::string silly error Pin
Shah Shehpori23-Dec-02 8:46
sussShah Shehpori23-Dec-02 8:46 
GeneralRe: std::string silly error Pin
Tim Smith23-Dec-02 9:18
Tim Smith23-Dec-02 9:18 
GeneralQuestion about child dialog and messagebox Pin
Wizard_0123-Dec-02 7:41
Wizard_0123-Dec-02 7:41 
QuestionCurrent User privileges in Windows Register ?? Pin
Cris23-Dec-02 7:30
Cris23-Dec-02 7:30 
GeneralTrouble linking with new CString Pin
Chad Busche23-Dec-02 7:00
Chad Busche23-Dec-02 7:00 
GeneralRe: Trouble linking with new CString Pin
Rickard Andersson2023-Dec-02 7:08
Rickard Andersson2023-Dec-02 7:08 
GeneralRe: Trouble linking with new CString Pin
Chad Busche23-Dec-02 8:03
Chad Busche23-Dec-02 8:03 
GeneralADO and properties Pin
Rickard Andersson2023-Dec-02 6:20
Rickard Andersson2023-Dec-02 6:20 
GeneralRe: ADO and properties Pin
Michael P Butler23-Dec-02 6:52
Michael P Butler23-Dec-02 6:52 
GeneralRe: ADO and properties Pin
Rickard Andersson2023-Dec-02 7:04
Rickard Andersson2023-Dec-02 7:04 
GeneralRe: ADO and properties Pin
Michael P Butler23-Dec-02 7:21
Michael P Butler23-Dec-02 7:21 
GeneralQuestion about blank password Pin
Mazdak23-Dec-02 6:11
Mazdak23-Dec-02 6:11 
GeneralRe: Question about blank password Pin
Rickard Andersson2023-Dec-02 6:24
Rickard Andersson2023-Dec-02 6:24 

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.