Click here to Skip to main content
15,900,815 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher20-Oct-05 14:37
John M. Drescher20-Oct-05 14:37 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 9:09
SublimeRide26-Oct-05 9:09 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher26-Oct-05 10:11
John M. Drescher26-Oct-05 10:11 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide27-Oct-05 15:12
SublimeRide27-Oct-05 15:12 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
John M. Drescher28-Oct-05 3:27
John M. Drescher28-Oct-05 3:27 
GeneralRe: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 20:23
SublimeRide28-Oct-05 20:23 
AnswerUPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide25-Oct-05 13:41
SublimeRide25-Oct-05 13:41 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow26-Oct-05 2:55
David Crow26-Oct-05 2:55 
SublimeRide wrote:
DDX_Control(pDX, IDC_SCHED_EVENTS, m_EventList); ** problem **


In the .rc file, what type of control is IDC_SCHED_EVENTS assigned to? What type of variable is m_EventList?

SublimeRide wrote:
Is this a debug setting designed to prevent additions?


No, it's letting you know that something unexpected was encountered (the code asserted that something should be true but ended up being false).

SublimeRide wrote:
Maybe I need to take this project off debug mode to further develop it?


Don't do this until all errors have been removed. The assertions will only fire in debug mode. They compile to nothing in release mode, but that does not mean the cause of the problem has also gone away.



"Take only what you need and leave the land as you found it." - Native American Proverb


GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 7:13
SublimeRide26-Oct-05 7:13 
QuestionRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow26-Oct-05 8:24
David Crow26-Oct-05 8:24 
AnswerRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide26-Oct-05 9:04
SublimeRide26-Oct-05 9:04 
AnswerRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide27-Oct-05 15:06
SublimeRide27-Oct-05 15:06 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow28-Oct-05 2:23
David Crow28-Oct-05 2:23 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 10:49
SublimeRide28-Oct-05 10:49 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 20:20
SublimeRide28-Oct-05 20:20 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow31-Oct-05 2:33
David Crow31-Oct-05 2:33 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide3-Nov-05 8:11
SublimeRide3-Nov-05 8:11 
QuestionMFC/COM EXE and DLL debugging Pin
Babto20-Oct-05 10:08
Babto20-Oct-05 10:08 
AnswerRe: MFC/COM EXE and DLL debugging Pin
PJ Arends20-Oct-05 11:14
professionalPJ Arends20-Oct-05 11:14 
GeneralRe: MFC/COM EXE and DLL debugging Pin
Babto20-Oct-05 11:46
Babto20-Oct-05 11:46 
AnswerRe: MFC/COM EXE and DLL debugging Pin
Chris Losinger20-Oct-05 11:17
professionalChris Losinger20-Oct-05 11:17 
QuestionI want a Timer fuction on Non UI thread Pin
Anonymous20-Oct-05 9:26
Anonymous20-Oct-05 9:26 
AnswerRe: I want a Timer fuction on Non UI thread Pin
willy_total20-Oct-05 9:35
willy_total20-Oct-05 9:35 
GeneralRe: I want a Timer fuction on Non UI thread Pin
RaajaOfSelf20-Oct-05 9:51
RaajaOfSelf20-Oct-05 9:51 
GeneralRe: I want a Timer fuction on Non UI thread Pin
willy_total21-Oct-05 3:39
willy_total21-Oct-05 3:39 

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.