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.
D4018
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line warning D4018
 
     .DEF files supported for segmented executable files only
 
     A module-definition file was specified on the command line, but an
     /Lr or /Lc option was also specified. The /Lr and /Lc options are
     used to create DOS executable files.
 
     Module-definition files are used to create EXEs and DLLs for Windows,
     and the Microsoft DOS Extender.
 
     Check the CL or FL environment variable for option specifications.
                                    -♦-