Assertion in WINCORE.CPP (MFC)
Brought to you by:
blep
Calling the CDocument::UpdateAllViews in a TestFixture
the MFC code ASSERTs in WINCORE.CPP, lines 882-
883.
I'm as sure as I can be that the window being called
from the CDocument is valid so I'm not sure what is
going on. Note that if UpdateAllViews gets called from
outside the TestFixture, in the normal course of running
the program, everything is fine.
Logged In: YES
user_id=196852
The thread used to run the test in the TestRunner is a worker
thread, not a GUI thread.
Could this be the cause of the assertion ?
Baptiste.