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 error D2013
 
     incomplete model specification
 
     A customized memory model was incompletely specified with the
     /Astring option.
 
     Two types of options begin with /A:
 
        ■ The /Astring customized memory-model option requires three
          letters in the string. The letters specify the code-pointer
          size, data-pointer size, and data-segment setup attributes
          of the memory model.
 
        ■ The /Ax option for specifying a standard memory model
          requires one uppercase letter. A lowercase letter is
          interpreted to be part of a customized memory-model
          specification. For example:
 
               qcl /As
 
     A single lowercase letter can be used only if it is a segment setup
     option, and is used in combination with a standard memory model.
                                    -♦-