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

C / C++ / MFC

 
GeneralRelease build. Pin
John Uhlenbrock30-Aug-01 14:03
John Uhlenbrock30-Aug-01 14:03 
GeneralRe: Release build. Pin
Tomasz Sowinski30-Aug-01 23:23
Tomasz Sowinski30-Aug-01 23:23 
GeneralRe: Release build. Pin
John Uhlenbrock31-Aug-01 10:30
John Uhlenbrock31-Aug-01 10:30 
GeneralRe: Release build. Pin
Mukkie31-Aug-01 6:11
Mukkie31-Aug-01 6:11 
GeneralRe: Release build. Pin
John Uhlenbrock4-Sep-01 4:57
John Uhlenbrock4-Sep-01 4:57 
GeneralRe: Release build. Pin
Tim Deveaux31-Aug-01 8:15
Tim Deveaux31-Aug-01 8:15 
GeneralRe: Release build. Pin
John Uhlenbrock4-Sep-01 4:59
John Uhlenbrock4-Sep-01 4:59 
GeneralRe: All. Pin
John Uhlenbrock31-Aug-01 10:45
John Uhlenbrock31-Aug-01 10:45 
Ok, here's the latest. By the suggestion from someone on the previous thread, I started throwing 5 bazillion message boxes everywhere, ie AfxMessageBox("POSITION 1") to see where I was REALLY getting. It turns out debugging the release version doesn't work to well because you can't go line by line. And I found that I crash when ParseCommandLine(cmdInfo); is called from InitInstance(). I found using the debug version, that the MainFrame constructor is called from somewhere within the calls in ParseCommandLine(). So, I assumed I had some variable initialization problem. I initialized every single variable in the constructor, but that didn't seem to help.
GeneralRe: All. Pin
Tim Deveaux31-Aug-01 14:33
Tim Deveaux31-Aug-01 14:33 
GeneralRe: All. Pin
John Uhlenbrock4-Sep-01 4:50
John Uhlenbrock4-Sep-01 4:50 
GeneralRe: All. Pin
Tim Deveaux4-Sep-01 13:40
Tim Deveaux4-Sep-01 13:40 
GeneralRe: All, solution...fix...whatever. Pin
John Uhlenbrock4-Sep-01 13:46
John Uhlenbrock4-Sep-01 13:46 
GeneralRe: All, solution...fix...whatever. Pin
Tim Deveaux4-Sep-01 14:03
Tim Deveaux4-Sep-01 14:03 
GeneralMultiple Document Extensions Pin
Frank Deo30-Aug-01 13:49
Frank Deo30-Aug-01 13:49 
GeneralRe: Multiple Document Extensions Pin
Ben Burnett30-Aug-01 15:04
Ben Burnett30-Aug-01 15:04 
GeneralRe: Multiple Document Extensions Pin
Frank Deo30-Aug-01 15:53
Frank Deo30-Aug-01 15:53 
Questioncreating/changing icons? Pin
30-Aug-01 12:19
suss30-Aug-01 12:19 
AnswerRe: creating/changing icons? Pin
Paolo Messina30-Aug-01 23:57
professionalPaolo Messina30-Aug-01 23:57 
GeneralRe: creating/changing icons? Pin
31-Aug-01 3:10
suss31-Aug-01 3:10 
AnswerRe: creating/changing icons? Pin
Paul A. Howes31-Aug-01 3:35
Paul A. Howes31-Aug-01 3:35 
GeneralMSXML SAX Attributes Question Pin
Michael A. Barnhart30-Aug-01 12:15
Michael A. Barnhart30-Aug-01 12:15 
GeneralRe: MSXML SAX Attributes Question Pin
Alwin7530-Aug-01 20:53
Alwin7530-Aug-01 20:53 
GeneralRe: MSXML SAX Attributes Question Pin
Michael A. Barnhart31-Aug-01 0:29
Michael A. Barnhart31-Aug-01 0:29 
GeneralVisual Studio directories Pin
Michael P Butler30-Aug-01 11:09
Michael P Butler30-Aug-01 11:09 
GeneralRe: Visual Studio directories Pin
Tomasz Sowinski30-Aug-01 11:20
Tomasz Sowinski30-Aug-01 11:20 

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.