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.
D2013
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line error D2013
 
     incomplete model specification
 
     Not enough characters were given for the /A<string> option.
 
     For example, the following command line generates this error:
 
          cl /As file1.c
 
     Two types of options begin with /A:
 
        ■ The /A<string> customized memory-model option requires three
          letters in <string>. The letters specify the code-pointer
          size, data-pointer size, and data-segment setup attributes.
 
        ■ The /A<x> standard memory-model option requires one uppercase
          letter for <x>. CL interprets a lowercase letter as part of a
          customized memory-model specification. An uppercase letter
          can be combined with lowercase letters to customize a
          memory model.
                                    -♦-