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

C / C++ / MFC

 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow26-Oct-05 2:55
David Crow26-Oct-05 2:55 
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 
Also, you asked about the call stack. Here it is at the line that asserts. Note, that whatever DDX statement is the 7th one this will assert. Just an FYI from the previous post. There were originally 6 controls with member variables on the dialog. As soon as I add one or more, the 7th DDX statement always asserts.

Call stack:

CWnd::SubclassWindow(HWND__ * 0x00c605c2) line 3866
DDX_Control(CDataExchange * 0x0012e654, int 1131, CWnd & {CWnd hWnd=0x00c605c2}) line 628 + 12 bytes
RunningDlg::DoDataExchange(CDataExchange * 0x0012e654) line 42
CWnd::UpdateData(int 0) line 3109
CDialog::OnInitDialog() line 677 + 10 bytes
RunningDlg::OnInitDialog() line 284
AfxDlgProc(HWND__ * 0x003705e8, unsigned int 272, unsigned int 12846602, unsigned int 12846602) line 35 + 14 bytes
USER32! 77d67b5b()
USER32! 77d6cf23()
USER32! 77d571b9()
USER32! 77d5b7e5()
USER32! 77d6ce12()
USER32! 77d45cc9()
USER32! 77d45ce8()
CWnd::DefWindowProcA(unsigned int 272, unsigned int 12846602, long 0) line 1000 + 32 bytes
CWnd::Default() line 249
CDialog::HandleInitDialog(unsigned int 12846602, unsigned int 12846602) line 621 + 8 bytes
CWnd::OnWndMsg(unsigned int 272, unsigned int 12846602, long 0, long * 0x0012ea60) line 1815 + 17 bytes
CWnd::WindowProc(unsigned int 272, unsigned int 12846602, long 0) line 1585 + 30 bytes
AfxCallWndProc(CWnd * 0x0012f7c4 {RunningDlg hWnd=0x003705e8}, HWND__ * 0x003705e8, unsigned int 272, unsigned int 12846602, long 0) line 215 + 26 bytes
AfxWndProc(HWND__ * 0x003705e8, unsigned int 272, unsigned int 12846602, long 0) line 368
USER32! 77d67b5b()
USER32! 77d6ce12()
USER32! 77d45696()
USER32! 77d58273()
5000000e()

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 
AnswerRe: I want a Timer fuction on Non UI thread Pin
RaajaOfSelf20-Oct-05 9:49
RaajaOfSelf20-Oct-05 9:49 
AnswerRe: I want a Timer fuction on Non UI thread Pin
bugDanny20-Oct-05 9:55
bugDanny20-Oct-05 9:55 
AnswerRe: I want a Timer fuction on Non UI thread Pin
PJ Arends20-Oct-05 10:00
professionalPJ Arends20-Oct-05 10:00 
GeneralRe: I want a Timer fuction on Non UI thread Pin
Anonymous20-Oct-05 10:27
Anonymous20-Oct-05 10:27 
GeneralRe: I want a Timer fuction on Non UI thread Pin
PJ Arends20-Oct-05 11:09
professionalPJ Arends20-Oct-05 11:09 
QuestionMultithread Pin
benjnp20-Oct-05 8:06
benjnp20-Oct-05 8:06 
AnswerRe: Multithread Pin
David Crow20-Oct-05 8:19
David Crow20-Oct-05 8:19 

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.