◄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. -♦-