The information in this article applies to:
SUMMARYAttempting to have CodeView for Windows version 4.0x or 4.1 or CodeView for Win32s version 4.25 load one of the DOS expression evaluators through an Eval statement in the [CVW] section of the TOOLS.INI file will cause the following error message to be displayed: 'filename' is the name of the expression evaluator that CodeView for Windows or CodeView for Win32s is trying to load, and will be either EED1CAN.DLL or EED1CXX.DLL. The message is issued immediately after the file to be debugged has been specified. If an expression evaluator designed to run in the Windows environment is loaded by CodeView under MS-DOS, CodeView will cause the following error message to be displayed when run under Windows: If CodeView is run outside of Windows, it will either generate a R6915 unhandled exception or hang the machine. MORE INFORMATION
CodeView versions 4.0x and 4.1, CodeView for Windows versions 4.0x and
4.1, and CodeView for Win32s version 4.25 use expression evaluators to
look up symbols, parse, and evaluate expressions. The expression
evaluators are provided in the form of dynamic-link libraries (DLLs).
EEhost evaluator.DLLThe "host" portion is either D1 for MS-DOS or W0 for Windows. The "evaluator" part is either CAN for C or MASM, or CXX for C, C++, or MASM. For example, the EED1CAN.DLL expression evaluator is the C and MASM expression evaluator for CodeView under MS-DOS. EEW0CAN.DLL is the C and MASM expression evaluator for CodeView for Windows. Additional query words: kbinf 4.00 4.10
Keywords : kberrmsg kb16bitonly kbCodeView kbDebug kbVC |
Last Reviewed: October 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |