Miscellaneous Utilities Help (misc.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CK1012
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     CVPACK Error 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.
                                    -♦-