Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: edit control Pin
ashish dogra17-Jul-06 20:38
ashish dogra17-Jul-06 20:38 
GeneralRe: edit control Pin
Hamid_RT17-Jul-06 21:04
Hamid_RT17-Jul-06 21:04 
GeneralRe: edit control Pin
Hamid_RT17-Jul-06 20:37
Hamid_RT17-Jul-06 20:37 
AnswerRe: edit control Pin
_AnsHUMAN_ 17-Jul-06 19:43
_AnsHUMAN_ 17-Jul-06 19:43 
QuestionConflict between debug & release Pin
kamalesh8217-Jul-06 18:53
kamalesh8217-Jul-06 18:53 
AnswerRe: Conflict between debug & release Pin
Nibu babu thomas17-Jul-06 18:56
Nibu babu thomas17-Jul-06 18:56 
AnswerRe: Conflict between debug & release Pin
laniakea.development17-Jul-06 20:48
laniakea.development17-Jul-06 20:48 
AnswerRe: Conflict between debug & release Pin
Steve S18-Jul-06 1:24
Steve S18-Jul-06 1:24 
Are you using MFC and custom message handling (ON_MESSAGE, ON_REGISTERED_MESSAGE) at all?

If so, check that your handler functions for those messages are declared

afx_msg LRESULT funcname(WPARAM,LPARAM)

and not anything else. This is a common cause of "works in debug, crashes in release".

Alternatively, modify your link properties to generate debugging information, and run the release version under the debugger. You can do this without turning off optimisations. This might help you find the area that's at fault.

Steve S
Developer for hire
QuestionReassemble the IP packets Pin
Say Full17-Jul-06 18:52
Say Full17-Jul-06 18:52 
Questionhow to save XML as string(use VC++) Pin
anguslam17-Jul-06 17:17
anguslam17-Jul-06 17:17 
AnswerRe: how to save XML as string(use VC++) Pin
led mike17-Jul-06 18:51
led mike17-Jul-06 18:51 
GeneralRe: how to save XML as string(use VC++) Pin
anguslam17-Jul-06 20:33
anguslam17-Jul-06 20:33 
AnswerRe: how to save XML as string(use VC++) Pin
sunit517-Jul-06 19:42
sunit517-Jul-06 19:42 
QuestionQuestion of DLL SendMessage to exe program Pin
7nightlove17-Jul-06 17:00
7nightlove17-Jul-06 17:00 
AnswerRe: Question of DLL SendMessage to exe program Pin
Naveen17-Jul-06 17:22
Naveen17-Jul-06 17:22 
GeneralRe: Question of DLL SendMessage to exe program Pin
7nightlove17-Jul-06 18:40
7nightlove17-Jul-06 18:40 
GeneralRe: Question of DLL SendMessage to exe program Pin
Naveen17-Jul-06 18:52
Naveen17-Jul-06 18:52 
GeneralRe: Question of DLL SendMessage to exe program Pin
7nightlove17-Jul-06 22:33
7nightlove17-Jul-06 22:33 
Questionhow to set the button position??? Pin
mimimimilaw17-Jul-06 16:29
mimimimilaw17-Jul-06 16:29 
AnswerRe: how to set the button position??? Pin
Chris Losinger17-Jul-06 16:41
professionalChris Losinger17-Jul-06 16:41 
AnswerRe: how to set the button position??? Pin
Naveen17-Jul-06 17:26
Naveen17-Jul-06 17:26 
AnswerRe: how to set the button position??? Pin
Hamid_RT17-Jul-06 18:12
Hamid_RT17-Jul-06 18:12 
Questionsever Pin
With_problem17-Jul-06 16:24
With_problem17-Jul-06 16:24 
QuestionHow can we insert a new item to another program's ListCtrl control? Pin
tangbo617-Jul-06 15:58
tangbo617-Jul-06 15:58 
QuestionDebug Assertion Failed(File wingdi.cpp, line : 1054) Pin
dashprasannajit17-Jul-06 15:41
dashprasannajit17-Jul-06 15:41 

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.