Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to start and stop an application Pin
Anilkumar K V13-Jan-06 0:46
Anilkumar K V13-Jan-06 0:46 
GeneralRe: How to start and stop an application Pin
Roger Stoltz13-Jan-06 1:24
Roger Stoltz13-Jan-06 1:24 
QuestionWhat is the difference b/w Debug and Release Pin
birajendu12-Jan-06 21:17
birajendu12-Jan-06 21:17 
AnswerRe: What is the difference b/w Debug and Release Pin
Prakash Nadar12-Jan-06 21:38
Prakash Nadar12-Jan-06 21:38 
AnswerRe: What is the difference b/w Debug and Release Pin
toxcct12-Jan-06 21:38
toxcct12-Jan-06 21:38 
AnswerRe: What is the difference b/w Debug and Release Pin
Rage12-Jan-06 21:40
professionalRage12-Jan-06 21:40 
GeneralRe: What is the difference b/w Debug and Release Pin
birajendu12-Jan-06 22:15
birajendu12-Jan-06 22:15 
AnswerRe: What is the difference b/w Debug and Release Pin
normanS13-Jan-06 1:08
normanS13-Jan-06 1:08 
One important point which is mentioned in various articles on code project (eg. Survive the Release Build - see first reply) but has not appeared in the replies to you is that the debug build tends to initialise local variable storage to 0 when a function is called, while with Relese builds, you gvet whatever the contents were.

As long as your warning level checks for "variables used before being assigned values", this should not be a problem.
GeneralRe: What is the difference b/w Debug and Release Pin
birajendu13-Jan-06 1:18
birajendu13-Jan-06 1:18 
GeneralRe: What is the difference b/w Debug and Release Pin
Shraddhan23-Jan-06 0:52
Shraddhan23-Jan-06 0:52 
QuestionCommunication between applications Pin
rider cool12-Jan-06 21:03
rider cool12-Jan-06 21:03 
AnswerRe: Communication between applications Pin
Michael Dunn12-Jan-06 21:14
sitebuilderMichael Dunn12-Jan-06 21:14 
AnswerRe: Communication between applications Pin
Rage12-Jan-06 21:44
professionalRage12-Jan-06 21:44 
AnswerRe: Communication between applications Pin
ThatsAlok12-Jan-06 22:48
ThatsAlok12-Jan-06 22:48 
Questionprinting .html/htm page Pin
Ankush Mehta12-Jan-06 20:23
Ankush Mehta12-Jan-06 20:23 
QuestionPrinting.eml (Internet E-Mail Message) Type of file Pin
Ankush Mehta12-Jan-06 20:18
Ankush Mehta12-Jan-06 20:18 
QuestionIs there any way to manually define resource id without conflict with others? Pin
followait12-Jan-06 19:19
followait12-Jan-06 19:19 
AnswerRe: Is there any way to manually define resource id without conflict with others? Pin
Owner drawn12-Jan-06 19:24
Owner drawn12-Jan-06 19:24 
GeneralRe: Is there any way to manually define resource id without conflict with others? Pin
<color>Aljechin 12-Jan-06 20:26
<color>Aljechin 12-Jan-06 20:26 
GeneralThank you Pin
Owner drawn12-Jan-06 20:31
Owner drawn12-Jan-06 20:31 
GeneralRe: Thank you Pin
Prakash Nadar12-Jan-06 21:29
Prakash Nadar12-Jan-06 21:29 
AnswerRe: Is there any way to manually define resource id without conflict with others? Pin
Stephen Hewitt12-Jan-06 19:46
Stephen Hewitt12-Jan-06 19:46 
AnswerRe: Is there any way to manually define resource id without conflict with others? Pin
grigsoft12-Jan-06 19:50
grigsoft12-Jan-06 19:50 
QuestionHow to make the scrollBars Colourful of a MDI application Pin
rohinimtech12-Jan-06 18:17
rohinimtech12-Jan-06 18:17 
AnswerRe: How to make the scrollBars Colourful of a MDI application Pin
Owner drawn12-Jan-06 18:34
Owner drawn12-Jan-06 18:34 

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.