Click here to Skip to main content
15,886,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: smbody hlp me....:( Pin
NasHata7922-Jan-06 20:04
NasHata7922-Jan-06 20:04 
AnswerRe: smbody hlp me....:) Pin
Owner drawn22-Jan-06 20:05
Owner drawn22-Jan-06 20:05 
AnswerRe: smbody hlp me....:( Pin
Cedric Moonen22-Jan-06 20:21
Cedric Moonen22-Jan-06 20:21 
GeneralRe: smbody hlp me....:( Pin
NasHata7923-Jan-06 0:25
NasHata7923-Jan-06 0:25 
GeneralRe: smbody hlp me....:( Pin
Cedric Moonen23-Jan-06 0:42
Cedric Moonen23-Jan-06 0:42 
GeneralRe: smbody hlp me....:( Pin
NasHata7923-Jan-06 1:02
NasHata7923-Jan-06 1:02 
GeneralRe: smbody hlp me....:( Pin
Phil J Pearson23-Jan-06 2:09
Phil J Pearson23-Jan-06 2:09 
AnswerRe: smbody hlp me....:( Pin
domehead23-Jan-06 6:54
domehead23-Jan-06 6:54 
Could this simply be a case of "works in debug, doesn't work in release"? You might have some bug that is being covered up by the Debug version of your project that becomes apparent in the release version.

Do a search on Google on "works in debug, crashes in release" or something like that. Basically you want to reconfigure your release project in VC so that it includes debugging information, uses the program database for edit, and you probably want to start by turning off all of the compiler optimizations. So, you start with a release version that does not use things like the debug_new memory allocator, which might be masking your problems. For example, debug_new automatically initializes all uninitialized variables to some value, release (regular new) does not.

There are a lot of good articles/posts out there on "surviving the release version" (you might also search on that phrase in Google. Joseph Newcomer has a good article on his website with that exact title I think.

Good luck.
Questioncalling base class function with derived class pointer. Pin
vikas amin22-Jan-06 19:22
vikas amin22-Jan-06 19:22 
AnswerRe: calling base class function with derived class pointer. Pin
Owner drawn22-Jan-06 19:27
Owner drawn22-Jan-06 19:27 
GeneralRe: calling base class function with derived class pointer. Pin
vikas amin22-Jan-06 19:49
vikas amin22-Jan-06 19:49 
GeneralRe: calling base class function with derived class pointer. Pin
Owner drawn22-Jan-06 20:03
Owner drawn22-Jan-06 20:03 
AnswerRe: calling base class function with derived class pointer. Pin
Stephen Hewitt22-Jan-06 19:41
Stephen Hewitt22-Jan-06 19:41 
GeneralRe: calling base class function with derived class pointer. Pin
vikas amin22-Jan-06 20:12
vikas amin22-Jan-06 20:12 
GeneralRe: calling base class function with derived class pointer. Pin
Stephen Hewitt22-Jan-06 20:15
Stephen Hewitt22-Jan-06 20:15 
GeneralRe: calling base class function with derived class pointer. Pin
vikas amin22-Jan-06 20:27
vikas amin22-Jan-06 20:27 
GeneralRe: calling base class function with derived class pointer. Pin
Cedric Moonen22-Jan-06 21:41
Cedric Moonen22-Jan-06 21:41 
GeneralRe: calling base class function with derived class pointer. Pin
vikas amin22-Jan-06 22:40
vikas amin22-Jan-06 22:40 
GeneralRe: calling base class function with derived class pointer. Pin
Cedric Moonen22-Jan-06 22:49
Cedric Moonen22-Jan-06 22:49 
QuestionPause in between Pin
Vineethg22-Jan-06 19:02
Vineethg22-Jan-06 19:02 
AnswerRe: Pause in between Pin
kakan22-Jan-06 19:19
professionalkakan22-Jan-06 19:19 
QuestionOS Pin
Tuotrut22-Jan-06 18:46
Tuotrut22-Jan-06 18:46 
AnswerRe: OS Pin
waxie22-Jan-06 18:53
waxie22-Jan-06 18:53 
AnswerRe: OS Pin
Sebastian Schneider22-Jan-06 20:51
Sebastian Schneider22-Jan-06 20:51 
AnswerRe: OS Pin
Toby Opferman23-Jan-06 9:00
Toby Opferman23-Jan-06 9:00 

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.