Click here to Skip to main content
15,896,730 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Switch off Debug Assertions PinPopular
Erudite_Eric17-Jun-12 20:39
Erudite_Eric17-Jun-12 20:39 
GeneralRe: Switch off Debug Assertions Pin
Richard Andrew x6418-Jun-12 5:38
professionalRichard Andrew x6418-Jun-12 5:38 
GeneralRe: Switch off Debug Assertions Pin
Erudite_Eric18-Jun-12 11:42
Erudite_Eric18-Jun-12 11:42 
GeneralRe: Switch off Debug Assertions Pin
Richard MacCutchan17-Jun-12 22:18
mveRichard MacCutchan17-Jun-12 22:18 
AnswerRe: Switch off Debug Assertions Pin
jschell17-Jun-12 13:05
jschell17-Jun-12 13:05 
AnswerRe: Switch off Debug Assertions PinPopular
Chuck O'Toole17-Jun-12 14:36
Chuck O'Toole17-Jun-12 14:36 
AnswerRe: Switch off Debug Assertions Pin
Philippe Mori17-Jun-12 15:59
Philippe Mori17-Jun-12 15:59 
AnswerRe: Switch off Debug Assertions Pin
Erudite_Eric17-Jun-12 20:38
Erudite_Eric17-Jun-12 20:38 
This post shouldnt be voted down because it is important that beginner programmers understand why DEBUG ASSERTS must be resolved.

mackel90, you really need to learn to program properly. And so do your colleagues who put this project together. Read the other good comments here, and think very very carefully about what is being said.

YOU MUST RESOLVE THESES DEBUG ASSERTS BEFORE YOU BUILD A RELEASE VERSION.


It is also good practice to back up a DEBUG ASSERT with a line of code that checks the same thing and exits the func so in release mode you have the same level of protection.
==============================

Nothing to say.

AnswerRe: Switch off Debug Assertions Pin
AmbiguousName18-Jun-12 0:23
AmbiguousName18-Jun-12 0:23 
AnswerRe: Switch off Debug Assertions Pin
David Crow18-Jun-12 8:18
David Crow18-Jun-12 8:18 
AnswerRe: Switch off Debug Assertions Pin
jkirkerx18-Jun-12 10:37
professionaljkirkerx18-Jun-12 10:37 
QuestionRunning Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 16:12
ForNow16-Jun-12 16:12 
AnswerRe: Running Ping on CWinThread::Onidle Pin
«_Superman_»16-Jun-12 17:29
professional«_Superman_»16-Jun-12 17:29 
GeneralRe: Running Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 19:02
ForNow16-Jun-12 19:02 
AnswerRe: Running Ping on CWinThread::Onidle Pin
SoMad16-Jun-12 18:38
professionalSoMad16-Jun-12 18:38 
GeneralRe: Running Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 19:02
ForNow16-Jun-12 19:02 
Questionoperator overloading Pin
Member 912994316-Jun-12 8:28
Member 912994316-Jun-12 8:28 
AnswerRe: operator overloading Pin
Chris Losinger16-Jun-12 8:48
professionalChris Losinger16-Jun-12 8:48 
AnswerRe: operator overloading Pin
Member 913892418-Jun-12 18:16
Member 913892418-Jun-12 18:16 
QuestionOnLButtonDblClk not working in CMainFrame Pin
_Flaviu15-Jun-12 23:34
_Flaviu15-Jun-12 23:34 
AnswerRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 0:12
mveRichard MacCutchan16-Jun-12 0:12 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu16-Jun-12 0:52
_Flaviu16-Jun-12 0:52 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 0:58
mveRichard MacCutchan16-Jun-12 0:58 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu16-Jun-12 1:16
_Flaviu16-Jun-12 1:16 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 1:23
mveRichard MacCutchan16-Jun-12 1:23 

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.