Click here to Skip to main content
15,917,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Splash Screen Pin
Sangeetha_J20-Jan-07 0:34
Sangeetha_J20-Jan-07 0:34 
GeneralRe: Splash Screen Pin
Rajesh R Subramanian20-Jan-07 18:26
professionalRajesh R Subramanian20-Jan-07 18:26 
QuestionWinDbg help needed! Pin
A_L17-Jan-07 19:15
A_L17-Jan-07 19:15 
Questiondisplaying desktop window in another applications window Pin
tictactoer17-Jan-07 19:00
tictactoer17-Jan-07 19:00 
QuestionAbout Vc++ settings Pin
siddharthsan17-Jan-07 18:31
siddharthsan17-Jan-07 18:31 
AnswerRe: About Vc++ settings Pin
Hamid_RT17-Jan-07 18:45
Hamid_RT17-Jan-07 18:45 
GeneralRe: About Vc++ settings Pin
siddharthsan17-Jan-07 19:05
siddharthsan17-Jan-07 19:05 
AnswerRe: About Vc++ settings Pin
Stephen Hewitt17-Jan-07 18:55
Stephen Hewitt17-Jan-07 18:55 
When you build in release mode the code is optimised and sometimes these optimisations can "trick" the debugger. For example you may get incorrect values in the watch window. In a debug build all optimizations are turned off. Also, many libraries and the CRT have extra sanity checks that are only compiled in debug builds.


Steve

GeneralRe: About Vc++ settings Pin
siddharthsan17-Jan-07 19:16
siddharthsan17-Jan-07 19:16 
QuestionProblem with combining CListCtrl and CTabCtrl Pin
tims8117-Jan-07 18:29
tims8117-Jan-07 18:29 
QuestionRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 3:31
David Crow18-Jan-07 3:31 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 8:10
tims8118-Jan-07 8:10 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 8:15
David Crow18-Jan-07 8:15 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 9:06
tims8118-Jan-07 9:06 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 9:09
David Crow18-Jan-07 9:09 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
malaugh18-Jan-07 7:24
malaugh18-Jan-07 7:24 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 8:29
tims8118-Jan-07 8:29 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 9:11
David Crow18-Jan-07 9:11 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 9:14
tims8118-Jan-07 9:14 
QuestionProg that displays square and an equilateral triangle in a window Pin
cshah217-Jan-07 18:19
cshah217-Jan-07 18:19 
AnswerRe: Program Pin
Rajesh R Subramanian17-Jan-07 18:23
professionalRajesh R Subramanian17-Jan-07 18:23 
AnswerRe: Program Pin
Hamid_RT17-Jan-07 18:37
Hamid_RT17-Jan-07 18:37 
QuestionRenaming a dll Pin
Manasi D17-Jan-07 18:16
Manasi D17-Jan-07 18:16 
AnswerRe: Renaming a dll Pin
Rajesh R Subramanian17-Jan-07 18:21
professionalRajesh R Subramanian17-Jan-07 18:21 
QuestionA Profiler for MFC apps? Pin
devvvy17-Jan-07 16:20
devvvy17-Jan-07 16:20 

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.