◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Warning: C4096 -AT treated as -AS QuickC passed the -AT option to the C compiler. Generally this happens when you select Generate COM File from the Compiler Flags dialog box. The compiler responds by generating code for small memory model, which is similar in most respects to tiny memory model. But unless you are de- liberately trying to create a tiny-model program that uses C code, you should turn off the Generate COM File option. You may receive a number of link errors if you leave Generate COM File on. Tiny model imposes some restrictions on programs that small model does not. The principal restriction is that tiny model programs cannot use the far keyword or refer to segment addresses. The compiler never prevents you from using these references, although the assembler does when tiny model is selected. Even if you do not use these references, some C library routines are incompatible with tiny-model restrictions.