Miscellaneous Utilities Help (misc.hlp) (Topic list)
CK1018
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     CVPACK Error CK1018
 
     precompiled types object file 'filename' inconsistent with
     precompiled header used to compile object file 'filename'
 
     The program used a precompiled header, but the object file linked
     to the program was not the object file that was created when the
     header was precompiled. Either the user or the creator changed
     since the last compilation.
 
     Recompile and relink. If a makefile is used, check the makefile
     dependencies.
                                    -♦-