errors.hlp (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.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line warning D4003
 
     different processors selected for code generation
 
     More than one /Gn option was specified with conflicting
     specifications for <n>. The last processor selector on the command
     line is used.
 
     The following is an example of a command line that can cause this
     error:
 
          qcl /G2 /G0 program.c
 
     In this example, the /G0 processor selector is used.
                                    -♦-