Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Assertion failure in wincore.cpp Pin
David Crow24-Jan-07 6:13
David Crow24-Jan-07 6:13 
AnswerRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 6:43
Like2Byte24-Jan-07 6:43 
GeneralRe: Assertion failure in wincore.cpp Pin
David Crow24-Jan-07 7:10
David Crow24-Jan-07 7:10 
GeneralRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 7:28
Like2Byte24-Jan-07 7:28 
GeneralRe: Assertion failure in wincore.cpp Pin
David Crow24-Jan-07 8:18
David Crow24-Jan-07 8:18 
JokeRe: Assertion failure in wincore.cpp Pin
toxcct24-Jan-07 8:24
toxcct24-Jan-07 8:24 
GeneralRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 10:32
Like2Byte24-Jan-07 10:32 
GeneralRe: Assertion failure in wincore.cpp Pin
David Crow24-Jan-07 10:46
David Crow24-Jan-07 10:46 
I don't know about causing assertions, but one thing that could easily happen is for the code to reference IDC_BTN_REMOVE and the dialog template to contain IDC_BUTTON3. Since both IDs exist, the compiler is happy. This would likely result in an assertion in the window's DoDataExchange() method, not at closing.

In any case, it might be worth the effort to clean up your project's resource.h file by removing unused IDs and maing the remaing ones sequential.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 17:03
Like2Byte24-Jan-07 17:03 
GeneralRe: Assertion failure in wincore.cpp Pin
David Crow25-Jan-07 2:41
David Crow25-Jan-07 2:41 
QuestionRe: Assertion failure in wincore.cpp Pin
Mark Salsbery24-Jan-07 6:48
Mark Salsbery24-Jan-07 6:48 
AnswerRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 6:57
Like2Byte24-Jan-07 6:57 
GeneralRe: Assertion failure in wincore.cpp Pin
Mark Salsbery24-Jan-07 7:04
Mark Salsbery24-Jan-07 7:04 
GeneralRe: Assertion failure in wincore.cpp Pin
Like2Byte24-Jan-07 7:40
Like2Byte24-Jan-07 7:40 
QuestionQue. about Class Constructor & Operator Overloading Pin
Andy Rama24-Jan-07 5:25
Andy Rama24-Jan-07 5:25 
AnswerRe: Que. about Class Constructor & Operator Overloading Pin
Waldermort24-Jan-07 5:35
Waldermort24-Jan-07 5:35 
GeneralRe: Que. about Class Constructor & Operator Overloading Pin
toxcct24-Jan-07 6:49
toxcct24-Jan-07 6:49 
GeneralRe: Que. about Class Constructor & Operator Overloading Pin
Waldermort24-Jan-07 8:24
Waldermort24-Jan-07 8:24 
AnswerRe: Que. about Class Constructor & Operator Overloading Pin
Roger Stoltz24-Jan-07 5:49
Roger Stoltz24-Jan-07 5:49 
GeneralRe: Que. about Class Constructor & Operator Overloading Pin
Andy Rama25-Jan-07 21:19
Andy Rama25-Jan-07 21:19 
GeneralRe: Que. about Class Constructor & Operator Overloading Pin
Roger Stoltz25-Jan-07 22:53
Roger Stoltz25-Jan-07 22:53 
QuestionRe: Que. about Class Constructor & Operator Overloading Pin
Andy Rama26-Jan-07 6:17
Andy Rama26-Jan-07 6:17 
AnswerRe: Que. about Class Constructor & Operator Overloading Pin
Roger Stoltz26-Jan-07 12:02
Roger Stoltz26-Jan-07 12:02 
QuestionNeed help in getting Fax APIs Pin
Member 358569924-Jan-07 4:21
Member 358569924-Jan-07 4:21 
AnswerRe: Need help in getting Fax APIs Pin
Waldermort24-Jan-07 4:46
Waldermort24-Jan-07 4:46 

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.