Lines Matching refs:DOS
55 MS-DOS you may have converted LF end-of-line to CR/LF). You must apply
151 makefile.bcc jconfig.bcc MS-DOS or OS/2, Borland C
152 makefile.dj jconfig.dj MS-DOS, DJGPP (Delorie's port of GNU C)
153 makefile.mc6 jconfig.mc6 MS-DOS, Microsoft C (16-bit only)
154 makefile.wat jconfig.wat MS-DOS, OS/2, or Windows NT, Watcom C
223 data fed through stdin/stdout; this is true for some MS-DOS compilers, for
256 * jmemdos.c This should be used with most 16-bit MS-DOS compilers.
257 See the system-specific notes about MS-DOS for more info.
261 16-bit MS-DOS compilers already do both.
287 other end of the spectrum, for MS-DOS machines you probably can't go much
288 above 300K to 400K. (On MS-DOS the value refers to conventional memory only.
745 MS-DOS, generic comments for 16-bit compilers:
759 The DOS-specific memory manager, jmemdos.c, should be used if possible.
763 jmemdosa by FTP from ftp.uu.net:/graphics/jpeg/jdosaobj.zip. (DOS-oriented
774 MAX_ALLOC_CHUNK in jconfig.h, because most DOS C libraries won't malloc()
783 Most MS-DOS compilers treat stdin/stdout as text files, so you must use
787 (USE_SETMODE seems to work with more DOS compilers than USE_FDOPEN.) You
793 MS-DOS, generic comments for 32-bit compilers:
807 MS-DOS, Borland C:
809 Be sure to convert all the source files to DOS text format (CR/LF newlines).
820 MS-DOS, Microsoft C:
822 makefile.mc6 works with Microsoft C, DOS Visual C++, etc. It should only
903 for newer Windows versions, use a 32-bit flat memory model. (See the MS-DOS