The information in this article applies to:
SYMPTOMSAn attempt to debug, in CodeView source mode, an application developed with the Microsoft Macro Assembler (MASM) fails. CodeView generate the following message:
CAUSECode segments in the application do not have the class "CODE". RESOLUTIONModify the source code to specify the correct segment class and rebuild the application. MORE INFORMATIONAccording to page 104 of the "Macro Assembler Programmer's Guide" for version 5.1: The CodeView debugger also expects code segments to have the class name 'CODE'. If you fail to assign a class type to a code segment, or if you give it a class type other than 'CODE', then labels may not be properly aligned for symbolic debugging.The following code example demonstrates this situation: Sample Code
Additional query words: 2.20 3.00 3.50 4.00 4.10
Keywords : kbcode kberrmsg kb16bitonly kbCodeView kbDebug kbVC |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |