Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Set Default font? Pin
Hamid_RT9-Jan-07 17:52
Hamid_RT9-Jan-07 17:52 
QuestionHow to Set default font? Pin
Atul238-Jan-07 22:30
Atul238-Jan-07 22:30 
QuestionRe: How to Set default font? Pin
prasad_som8-Jan-07 22:35
prasad_som8-Jan-07 22:35 
AnswerRe: How to Set default font? Pin
Mark Salsbery9-Jan-07 7:12
Mark Salsbery9-Jan-07 7:12 
QuestionRe: How to Set default font? Pin
Hamid_RT9-Jan-07 18:00
Hamid_RT9-Jan-07 18:00 
QuestionDifference between Debug and Release? Pin
$uresh $hanmugam8-Jan-07 22:24
$uresh $hanmugam8-Jan-07 22:24 
AnswerRe: Difference between Debug and Release? Pin
Rajesh R Subramanian8-Jan-07 22:36
professionalRajesh R Subramanian8-Jan-07 22:36 
AnswerRe: Difference between Debug and Release? Pin
Roger Stoltz8-Jan-07 22:49
Roger Stoltz8-Jan-07 22:49 
surezu wrote:
Tell me shortly.


Well in short terms building the release version means:
- linking with the release version of used libraries
- the ASSERT macro is disabled preventing the assertion, i.e. code written inside ASSERT() statements won't be executed and the assertion message box won't be popping up in case of program error
- no memory checking will be done in the aspect of block checksum calculations
- no stack pointer checking will be performed when returning from calls

There's more to it, but this is the major topics in my opinion.

Hope this answers your question.
--
Rog


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

"No one remembers a coward!" - Jan Elfström 1998
"...but everyone remembers an idiot!" - my lawyer 2005 when heard of Jan's saying above

Questionhow to check whether windows authentication is used for sql server connect Pin
gbabu178-Jan-07 22:11
gbabu178-Jan-07 22:11 
AnswerRe: how to check whether windows authentication is used for sql server connect Pin
Mark Salsbery9-Jan-07 7:28
Mark Salsbery9-Jan-07 7:28 
QuestionIsEnabled() Pin
sudhir.marni8-Jan-07 22:07
sudhir.marni8-Jan-07 22:07 
QuestionSorry...? Pin
CPallini8-Jan-07 22:10
mveCPallini8-Jan-07 22:10 
AnswerRe: IsEnabled() Pin
ThatsAlok8-Jan-07 23:29
ThatsAlok8-Jan-07 23:29 
GeneralRe: IsEnabled() Pin
sudhir.marni9-Jan-07 0:06
sudhir.marni9-Jan-07 0:06 
GeneralRe: IsEnabled() Pin
Roger Stoltz9-Jan-07 1:32
Roger Stoltz9-Jan-07 1:32 
QuestionTotal number of windows messages... Pin
Eytukan8-Jan-07 21:48
Eytukan8-Jan-07 21:48 
QuestionRe: Total number of windows messages... Pin
Cedric Moonen8-Jan-07 21:59
Cedric Moonen8-Jan-07 21:59 
AnswerRe: Total number of windows messages... Pin
Eytukan8-Jan-07 22:20
Eytukan8-Jan-07 22:20 
AnswerRe: Total number of windows messages... Pin
S Douglas9-Jan-07 1:22
professionalS Douglas9-Jan-07 1:22 
AnswerRe: Total number of windows messages... Pin
ThatsAlok8-Jan-07 23:30
ThatsAlok8-Jan-07 23:30 
GeneralRe: Total number of windows messages... Pin
Eytukan9-Jan-07 0:31
Eytukan9-Jan-07 0:31 
GeneralRe: Total number of windows messages... Pin
Nibu babu thomas10-Jan-07 17:22
Nibu babu thomas10-Jan-07 17:22 
QuestionSystem Version Pin
Anilkumar K V8-Jan-07 21:40
Anilkumar K V8-Jan-07 21:40 
QuestionRe: System Version Pin
prasad_som8-Jan-07 22:06
prasad_som8-Jan-07 22:06 
AnswerRe: System Version Pin
Anilkumar K V8-Jan-07 22:09
Anilkumar K V8-Jan-07 22:09 

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.