Click here to Skip to main content
16,008,954 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Packet Structure in C++ Pin
Stuart Dootson5-Apr-09 11:53
professionalStuart Dootson5-Apr-09 11:53 
QuestionKEYBOARD CONTROL ON MFC DIALOG BOX Pin
spidrman1023-Apr-09 21:33
spidrman1023-Apr-09 21:33 
AnswerRe: KEYBOARD CONTROL ON MFC DIALOG BOX Pin
Rajesh R Subramanian3-Apr-09 23:02
professionalRajesh R Subramanian3-Apr-09 23:02 
QuestionRe: KEYBOARD CONTROL ON MFC DIALOG BOX Pin
David Crow4-Apr-09 17:29
David Crow4-Apr-09 17:29 
QuestionSuccessful Debug Build, but got Errors during Release Build Pin
PankajB3-Apr-09 21:23
PankajB3-Apr-09 21:23 
AnswerRe: Successful Debug Build, but got Errors during Release Build Pin
Cedric Moonen3-Apr-09 22:28
Cedric Moonen3-Apr-09 22:28 
GeneralRe: Successful Debug Build, but got Errors during Release Build Pin
PankajB3-Apr-09 22:58
PankajB3-Apr-09 22:58 
GeneralRe: Successful Debug Build, but got Errors during Release Build Pin
Iain Clarke, Warrior Programmer3-Apr-09 23:32
Iain Clarke, Warrior Programmer3-Apr-09 23:32 
Then look through the headers, looking for lines like:

#ifdef DEBUG
struct _some_struct_that_the_compiler_can't_find_in_release_
{
   int evil;
};
#endif


I hope that made the point.

Don't read the whole thing by eye - get the computer to search for terms from the error messages, and then read up from there.

Hope that helps,

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

GeneralRe: Successful Debug Build, but got Errors during Release Build Pin
PankajB4-Apr-09 0:57
PankajB4-Apr-09 0:57 
GeneralRe: Successful Debug Build, but got Errors during Release Build Pin
PankajB4-Apr-09 2:44
PankajB4-Apr-09 2:44 
GeneralRe: Successful Debug Build, but got Errors during Release Build Pin
Joseph Marzbani4-Apr-09 4:02
Joseph Marzbani4-Apr-09 4:02 
QuestionIs it possible to get individual properties from a specific Flag value in VC++? Pin
Joseph Marzbani3-Apr-09 20:55
Joseph Marzbani3-Apr-09 20:55 
QuestionHelp Please!!! Pin
angel.monkey3-Apr-09 20:54
angel.monkey3-Apr-09 20:54 
AnswerRe: Help Please!!! Pin
Joseph Marzbani3-Apr-09 21:03
Joseph Marzbani3-Apr-09 21:03 
GeneralRe: Help Please!!! Pin
angel.monkey3-Apr-09 21:14
angel.monkey3-Apr-09 21:14 
AnswerRe: Help Please!!! - Warning, long reply! Pin
Iain Clarke, Warrior Programmer3-Apr-09 23:16
Iain Clarke, Warrior Programmer3-Apr-09 23:16 
AnswerRe: Help Please!!! Pin
Rajesh R Subramanian3-Apr-09 23:22
professionalRajesh R Subramanian3-Apr-09 23:22 
GeneralRe: Help Please!!! Pin
Iain Clarke, Warrior Programmer3-Apr-09 23:28
Iain Clarke, Warrior Programmer3-Apr-09 23:28 
GeneralRe: Help Please!!! Pin
Rajesh R Subramanian3-Apr-09 23:35
professionalRajesh R Subramanian3-Apr-09 23:35 
GeneralOT - Re: Help Please!!! Pin
Iain Clarke, Warrior Programmer3-Apr-09 23:47
Iain Clarke, Warrior Programmer3-Apr-09 23:47 
GeneralRe: OT - Re: Help Please!!! Pin
Rajesh R Subramanian4-Apr-09 0:45
professionalRajesh R Subramanian4-Apr-09 0:45 
GeneralRe: OT - Re: Help Please!!! [modified] Pin
angel.monkey4-Apr-09 10:06
angel.monkey4-Apr-09 10:06 
GeneralRe: OT - Re: Help Please!!! Pin
Iain Clarke, Warrior Programmer5-Apr-09 22:31
Iain Clarke, Warrior Programmer5-Apr-09 22:31 
GeneralRe: Help Please!!! [modified] Pin
Sauce!4-Apr-09 17:00
Sauce!4-Apr-09 17:00 
GeneralRe: Help Please!!! Pin
Rajesh R Subramanian5-Apr-09 2:49
professionalRajesh R Subramanian5-Apr-09 2:49 

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.