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.
D2027
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line error D2027
 
     cannot execute 'component'
 
     The compiler could not run the given compiler component or linker.
 
     One of the following may have occurred:
 
        ■ Not enough memory was available to load the component. If
          this error occurred when NMAKE invoked the compiler, run the
          compiler outside of the makefile.
 
        ■ The current operating system could not run the component. Make
          sure that the path points to the executable files appropriate
          to your operating system.
 
        ■ The component was corrupted. Recopy the component from the
          distribution disks using the SETUP program.
 
        ■ An option was specified incorrectly. For example, the
          following CL command generates this error:
 
               cl /B1 file1.c
                                    -♦-