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

C / C++ / MFC

 
GeneralRe: edit control Pin
Hamid_RT17-Jul-06 20:29
Hamid_RT17-Jul-06 20:29 
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 
Generally, You have some trouble with optimizations. You have to switch on the release version, and then to REBUILD ALL the code. During the compilation and/or linking process, You have to watch carefully at the bottom of the dev. studio, where the warnings/error messages will be shown. Try to make changes the compiler suggests. If the code doesn't work again, try to switch off as many optimizations as You can. After that, rebuild the code again. You can hope that the code will work OK without any optimization. If the problem disappears, You can try to switch on the optimizations one-by-one, and then rebuild the project any time, searching the bug this way. Anytime, watch on the warnings carefully. By the way, as I know, the stack under debug version has some predefined limit. Try to find the stack settings under the release version, and adjust the value - for example, 1MB or more.

D. Senic, Belgrade
AnswerRe: Conflict between debug & release Pin
Steve S18-Jul-06 1:24
Steve S18-Jul-06 1:24 
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 

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.