Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHigh CPU Usage Problem in Windows XP SP2 Pin
abc87619-Apr-06 0:06
abc87619-Apr-06 0:06 
AnswerRe: High CPU Usage Problem in Windows XP SP2 Pin
ThatsAlok19-Apr-06 1:09
ThatsAlok19-Apr-06 1:09 
QuestionShowing full String in VS C++ 6.0 Pin
MrChefman18-Apr-06 23:58
MrChefman18-Apr-06 23:58 
AnswerRe: Showing full String in VS C++ 6.0 Pin
Graham Bradshaw19-Apr-06 0:08
Graham Bradshaw19-Apr-06 0:08 
QuestionHelp needed with this graphic command. Pin
yang__lee18-Apr-06 23:48
yang__lee18-Apr-06 23:48 
AnswerRe: Help needed with this graphic command. Pin
jayart19-Apr-06 6:35
jayart19-Apr-06 6:35 
QuestionAssertion failure Pin
mira66618-Apr-06 23:47
mira66618-Apr-06 23:47 
AnswerRe: Assertion failure Pin
Roger Stoltz19-Apr-06 0:11
Roger Stoltz19-Apr-06 0:11 
mira666 wrote:
ASSERT(::IsWindow(m_hWnd));


This kind or error checking is usually found together with code that either sends/posts messages or receives them. Since you haven't provided any info about what function this line can be found in it's impossible to tell what the problem is.

Generally an assertion of this kind indicates an error, such as a message is about to be sent but the message loop is terminated, or about to be terminated, so the message may never be handled.
I'm just guessing but maybe you are posting a message from your code that is handled in another window that is closing.

Hope this helps
--
Roger


It's suppose to be hard, otherwise anybody could do it!
GeneralRe: Assertion failure Pin
mira66619-Apr-06 1:57
mira66619-Apr-06 1:57 
GeneralRe: Assertion failure Pin
Roger Stoltz19-Apr-06 2:23
Roger Stoltz19-Apr-06 2:23 
GeneralRe: Assertion failure Pin
mira66619-Apr-06 20:36
mira66619-Apr-06 20:36 
AnswerRe: Assertion failure Pin
Cedric Moonen19-Apr-06 0:15
Cedric Moonen19-Apr-06 0:15 
Questionconditional BP Pin
9ine18-Apr-06 23:40
9ine18-Apr-06 23:40 
AnswerRe: conditional BP Pin
toxcct18-Apr-06 23:44
toxcct18-Apr-06 23:44 
QuestionWM_NC* messages are not available Pin
yang__lee18-Apr-06 23:13
yang__lee18-Apr-06 23:13 
AnswerRe: WM_NC* messages are not available Pin
Michael Dunn18-Apr-06 23:21
sitebuilderMichael Dunn18-Apr-06 23:21 
GeneralRe: WM_NC* messages are not available Pin
yang__lee18-Apr-06 23:34
yang__lee18-Apr-06 23:34 
QuestionStack in VC Pin
kk.tvm18-Apr-06 23:02
kk.tvm18-Apr-06 23:02 
AnswerRe: Stack in VC Pin
Cedric Moonen18-Apr-06 23:04
Cedric Moonen18-Apr-06 23:04 
GeneralRe: Stack in VC Pin
kk.tvm18-Apr-06 23:28
kk.tvm18-Apr-06 23:28 
GeneralRe: Stack in VC Pin
Cedric Moonen18-Apr-06 23:36
Cedric Moonen18-Apr-06 23:36 
AnswerRe: Stack in VC Pin
Parthiban18-Apr-06 23:26
Parthiban18-Apr-06 23:26 
AnswerRe: Stack in VC Pin
Parthiban18-Apr-06 23:52
Parthiban18-Apr-06 23:52 
AnswerRe: Stack in VC Pin
ThatsAlok19-Apr-06 1:08
ThatsAlok19-Apr-06 1:08 
QuestionY-Axis Pin
RockyJames18-Apr-06 22:43
RockyJames18-Apr-06 22:43 

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.