Specifications

Error! Style not defined. 719
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 719 of 35 Printed: 10/09/00 02:49 PM
CK1007 invalid table table in module module
The given table in the given object file was not valid.
Check the compiler and linker versions.
CK1008 cannot write packed information
There was not enough space on disk for CVPACK to write the packed executable file.
This leaves a corrupt file on disk.
Make more space available on disk and relink the program.
CK1009 module module unknown type index number;
contact Microsoft Product Support Services
The debugging information in the executable file is corrupt. This is due to an internal
error in either the compiler or CVPACK. Recompile the program. If the problem
persists, note the circumstances of the error and notify Microsoft Corporation by
following the instructions in the “Microsoft Support
Services” section of the introduction
to this book.
CK1010 symbol error in module module;
contact Microsoft Product Support Services
The debugging information in the executable file is corrupt. This is due to an internal
error in either the compiler or CVPACK. Recompile the program. If the problem
persists, note the circumstances of the error and notify Microsoft Corporation by
following the instructions in the “Microsoft Support Services” section of the introduction
to this book.
CK1011 error in type number for module module;
contact Microsoft Product Support Services
The debugging information in the executable file is corrupt. This is due to an internal
error in either the compiler or CVPACK. Recompile the program. If the problem
persists, note the circumstances of the error and notify Microsoft Corporation by
following the instructions in the “Microsoft Support Services” section of the introduction
to this book.
CK1012 no Symbol and Type Information
The executable file does not contain debugging information.
Link the program using the /CO option to put at least minimal debugging information in
the executable file. To include full debugging information in an object file, compile or
assemble using the /Zi option. To include minimal information and line numbers,
compile or assemble using the /Zd option.