The information in this article applies to:
SYMPTOMS
Various errors or asserts can occur when you attempt to run a debug version
of an MFC application with the MFC debug DLLs of another version. Possible
errors include:
CAUSEDebug versions of MFC are not binary compatible with previous versions. However, this problem does not occur with release builds because they are binary compatible between versions. RESOLUTIONTo debug an MFC project built with Visual C++ 5.0 in Visual C++ 6.0, you must rebuild the project. To run a debug version of an MFC project on a machine that does not have Visual C++ installed, make sure the proper version of the MFC debug DLLs are installed. Note that redistribution of MFC debug DLLs is a violation of the Visual C++ license agreement. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: 0xC0000005
Keywords : kbDebug kbMFC kbVC420 kbVC500 kbVC600 |
Last Reviewed: June 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |