Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWireless signal strength meter Pin
daewoni15-Jan-04 11:29
daewoni15-Jan-04 11:29 
GeneralC++ object instantiation.. Pin
Laing,James15-Jan-04 10:37
Laing,James15-Jan-04 10:37 
GeneralRe: C++ object instantiation.. Pin
Joaquín M López Muñoz15-Jan-04 10:45
Joaquín M López Muñoz15-Jan-04 10:45 
GeneralRe: C++ object instantiation.. Pin
Laing,James15-Jan-04 10:55
Laing,James15-Jan-04 10:55 
GeneralActiveX support in a MFC DLL Pin
jeffc03015-Jan-04 10:22
jeffc03015-Jan-04 10:22 
GeneralRe: ActiveX support in a MFC DLL Pin
Moshirynia15-Jan-04 17:25
Moshirynia15-Jan-04 17:25 
GeneralDebug to release Pin
stupidaccount15-Jan-04 10:06
stupidaccount15-Jan-04 10:06 
GeneralRe: Debug to release Pin
Navin15-Jan-04 10:37
Navin15-Jan-04 10:37 
A few random things to try... there is an article somewhere around here called "Surviving the Release Build", which has some good info.

Also, I've noticed that the Debug build often is "nice" and initializes variables to zero or to a known debug value. Release mode gives you no such luck. So perhaps you just have an uninitialized variable somewhere?

You can also try "Cave-man" debugging... put in message boxes at strategic locations in your program to narrow down the crash. Big Grin | :-D


"I'd be up a piece if I hadn't swallowed my bishop." Mr. Ed, playing chess

GeneralRe: Debug to release Pin
stupidaccount15-Jan-04 10:41
stupidaccount15-Jan-04 10:41 
GeneralRe: Debug to release Pin
Joaquín M López Muñoz15-Jan-04 10:39
Joaquín M López Muñoz15-Jan-04 10:39 
GeneralRe: Debug to release Pin
stupidaccount15-Jan-04 10:45
stupidaccount15-Jan-04 10:45 
GeneralRe: Debug to release Pin
Joaquín M López Muñoz15-Jan-04 10:49
Joaquín M López Muñoz15-Jan-04 10:49 
GeneralRe: Debug to release Pin
Anthony_Yio15-Jan-04 14:44
Anthony_Yio15-Jan-04 14:44 
GeneralRe: Debug to release Pin
stupidaccount16-Jan-04 3:00
stupidaccount16-Jan-04 3:00 
Questionhow to change printer fonts Pin
Stober15-Jan-04 8:57
Stober15-Jan-04 8:57 
GeneralExtCreateRegion Win9x Problem Pin
nemo15-Jan-04 8:50
nemo15-Jan-04 8:50 
GeneralRe: ExtCreateRegion Win9x Problem Pin
Michael Dunn15-Jan-04 18:56
sitebuilderMichael Dunn15-Jan-04 18:56 
QuestionCan you suggest some software to create a help file for my application? Pin
ElizabethC15-Jan-04 7:38
ElizabethC15-Jan-04 7:38 
AnswerRe: Can you suggest some software to create a help file for my application? Pin
includeh1015-Jan-04 8:15
includeh1015-Jan-04 8:15 
GeneralRe: Can you suggest some software to create a help file for my application? Pin
ElizabethC15-Jan-04 8:18
ElizabethC15-Jan-04 8:18 
GeneralRe: Can you suggest some software to create a help file for my application? Pin
Antti Keskinen15-Jan-04 8:36
Antti Keskinen15-Jan-04 8:36 
GeneralRe: Can you suggest some software to create a help file for my application? Pin
includeh1015-Jan-04 9:02
includeh1015-Jan-04 9:02 
GeneralRe: Can you suggest some software to create a help file for my application? Pin
ElizabethC15-Jan-04 11:00
ElizabethC15-Jan-04 11:00 
GeneralOwner draw combo-boxes are higher Pin
BadJerry15-Jan-04 7:28
BadJerry15-Jan-04 7:28 
GeneralRe: Owner draw combo-boxes are higher Pin
Maximilien15-Jan-04 7:37
Maximilien15-Jan-04 7:37 

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.