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.
C1004
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1004
 
     unexpected end of file found
 
     The default disk drive did not contain sufficient space for
     compiler-generated temporary files. The space required is
     approximately two times the size of the source file.
 
     This message appears when an #if directive evaluates to false
     without a corresponding closing #endif directive.
 
     This message also appears if the precompiled headers option (/Yu)
     is enabled but the file doesn't contain a hdrstop pragma.
 
     This message also appears when the /Yu<filename> option is used
     and the source file being compiled does not contain an #include
     "<filename>" directive that uses the same filename used with /Yu.
                                    -♦-