Lines Matching full:model
749 code pointers can be either size). You may be able to use small model to
751 model for any larger application. This won't make much difference in
753 large-data memory model, and you should avoid "huge" model if at all
755 a small-data memory model; be sure it is NOT defined if you use a large-data
756 model. (The supplied makefiles and jconfig files for Borland and Microsoft C
757 compile in medium model and define NEED_FAR_POINTERS.)
776 you will have to compile in a large-data memory model in order to get the
779 wrjpgcom needs to be compiled in large model, because it malloc()s a 64KB
823 be used if you want to build a 16-bit (small or medium memory model) program.
902 For Windows 3.1, we recommend compiling in medium or large memory model;
903 for newer Windows versions, use a 32-bit flat memory model. (See the MS-DOS
908 have to use huge memory model, which slows things down unnecessarily.)
910 use medium model, you need to modify its jpeg_get_large and jpeg_free_large
928 1. Don't try to compile as a DLL in small or medium memory model; use
929 large model, or even better, 32-bit flat model. Many places in the IJG code
931 that isn't true in a medium-model DLL.
999 model. makefile.vc is intended for command-line use. (If you are using