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

C / C++ / MFC

 
QuestionSwitch off Debug Assertions Pin
mackel9017-Jun-12 10:02
mackel9017-Jun-12 10:02 
AnswerRe: Switch off Debug Assertions Pin
Richard Andrew x6417-Jun-12 11:44
professionalRichard Andrew x6417-Jun-12 11:44 
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 
mackel90 wrote:
i got a huge project which works nice in release build

You realize that the assertion is telling you that you are issuing Scroll Bar Functions to an object that is not realized as a window. That is, the fact that m_HWND is NULL means that you are trying to scroll a window that doesn't exist. I'm not sure of your definition of "working fine" but this ain't my definiton. You should fix these.
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 
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 

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.