p2
2007-02-28 05:19:44 UTC
Hi
i got "debug assertion failed" in debug version while not get in
release version .
i created dialog box in thread in thread in that i pass parent HWND
when i call "DoModal()" it failed
it failed in WINCORE.CPP at
ASSERT((CWnd*)p == this); // must be us
line,
as i know ,in release version all ASSERT statement are not considered
(compiled) so i am not got in release.
Is there any solution for dubug version ???
thanks in advance
will it create any problem in release version ???
p2
i got "debug assertion failed" in debug version while not get in
release version .
i created dialog box in thread in thread in that i pass parent HWND
when i call "DoModal()" it failed
it failed in WINCORE.CPP at
ASSERT((CWnd*)p == this); // must be us
line,
as i know ,in release version all ASSERT statement are not considered
(compiled) so i am not got in release.
Is there any solution for dubug version ???
thanks in advance
will it create any problem in release version ???
p2