C/C++ Compiler (cl.hlp) (Table of Contents; 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.
C1853
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1853
 
     'filename' is not a precompiled header file created with this
     compiler
 
     The given precompiled header is not compatible with this version
     of the compiler.
 
     Recompile the program or the header with the same version of the
     compiler.
 
     This error can be caused by mixing 16-bit and 32-bit source files
     and precompiled headers.
                                    -♦-