Click here to Skip to main content
15,904,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralC++ Exception Pin
koteswara5-Sep-00 20:46
koteswara5-Sep-00 20:46 
GeneralRe: C++ Exception Pin
Pete Bassett5-Sep-00 22:50
Pete Bassett5-Sep-00 22:50 
GeneralRe: C++ Exception Pin
Tim Deveaux6-Sep-00 6:23
Tim Deveaux6-Sep-00 6:23 
GeneralRe: C++ Exception Pin
Pete Bassett6-Sep-00 6:33
Pete Bassett6-Sep-00 6:33 
GeneralRe: C++ Exception Pin
Chris Losinger7-Sep-00 11:29
professionalChris Losinger7-Sep-00 11:29 
GeneralRe: C++ Exception Pin
Remus Lazar5-Sep-00 22:51
Remus Lazar5-Sep-00 22:51 
GeneralProblem in the release exe Pin
N.S.5-Sep-00 20:27
N.S.5-Sep-00 20:27 
GeneralRe: Problem in the release exe Pin
Remus Lazar5-Sep-00 23:00
Remus Lazar5-Sep-00 23:00 
Hi,

Usually the problems appear so frequently from 2 resons.
If you use MFC and modify the prototype of message handlers like ON_MESSAGE(WM_WHATEVER,OnWhatever) ....
OnWhatever has prototype LRESULT OnWhatever(WPARAM,LPARAM) otherwise you get your crash...

Other reason is uninitialized mebers. Normaly to avoid such situations you should add for each members default values and so on.

By the way to debug it in release version use for your project settings at c/C++ tab page for debug info -> Program database , for optimizations -> Disable Debug and in Link tab check the generate debug info check box. And now you have debug info in release!!


Try to get them with Bug Trapper from www.mutek.com

I whish you luck and patience,
/REMUS
GeneralRe: Problem in the release exe Pin
David Vest6-Sep-00 14:11
David Vest6-Sep-00 14:11 
GeneralRe: Problem in the release exe Pin
Sam Hobbs8-Sep-00 9:40
Sam Hobbs8-Sep-00 9:40 
GeneralHiding the Menu in a MFC Application Pin
Charles Rodericl5-Sep-00 18:02
sussCharles Rodericl5-Sep-00 18:02 
GeneralRe: Hiding the Menu in a MFC Application Pin
Remus Lazar5-Sep-00 23:07
Remus Lazar5-Sep-00 23:07 
GeneralChanging default icon for saved documents in SDI Pin
Savage5-Sep-00 13:58
Savage5-Sep-00 13:58 
GeneralRe: Changing default icon for saved documents in SDI Pin
Michael Dunn5-Sep-00 18:19
sitebuilderMichael Dunn5-Sep-00 18:19 
GeneralUnicode vs. ANSI string Pin
Member 117662575-Sep-00 11:57
Member 117662575-Sep-00 11:57 
GeneralRe: Unicode vs. ANSI string Pin
Serge Velikevitch15-Sep-00 11:11
sussSerge Velikevitch15-Sep-00 11:11 
GeneralBeginner Q: Viewing the contents of an array in the watch window Pin
Matthias Steinbart5-Sep-00 5:17
sussMatthias Steinbart5-Sep-00 5:17 
GeneralRe: Beginner Q: Viewing the contents of an array in the watch window Pin
arf5-Sep-00 6:00
arf5-Sep-00 6:00 
GeneralCFileDialog problems on Win2000 with read only files Pin
Ronald L. Russell Jr. (Ron)5-Sep-00 3:42
sussRonald L. Russell Jr. (Ron)5-Sep-00 3:42 
GeneralRe: CFileDialog problems on Win2000 with read only files Pin
jschacker5-Sep-00 5:31
jschacker5-Sep-00 5:31 
GeneralWriting DevStudio Add-Ins Pin
#realJSOP5-Sep-00 3:29
professional#realJSOP5-Sep-00 3:29 
GeneralZip/Unzip class Pin
Franky Braem5-Sep-00 0:41
Franky Braem5-Sep-00 0:41 
GeneralRe: Zip/Unzip class Pin
Jeremy Davis5-Sep-00 22:17
Jeremy Davis5-Sep-00 22:17 
GeneralRe: Zip/Unzip class Pin
Franky Braem6-Sep-00 1:13
Franky Braem6-Sep-00 1:13 
GeneralRe: Zip/Unzip class Pin
Jeremy Davis6-Sep-00 1:36
Jeremy Davis6-Sep-00 1:36 

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.