List of files of Swallow v1.0 ----------------------------- FILELIST .DOC - this file README .TXT - Introduction to Swallow SEGREG .EXE - Segment Registerer, needed to create a Protected Mode compatible EXE-file SWALLOW .DRV - DOS-Extender itself; it must be in the dir. of your EXE-file or in a dir. defined by the "PATH"-environment ASM - assembler support files SWALLOW .DOC - short documention of assembler-API SWALLOW .INC - include file containing function codes and structures needed to use the assembler-API C - C++ support files C\EXAMPLES - examples EXAMPLE? .C - short example files PRIM32 .ASM - 32 bit assembler code needed by prime.c PRIM32 .OBJ - compiled prim32.asm PRIME .C - demo, calculates prime numbers PRIME .EXE - compiled prime.c PRIME .SEG - needed to execute prime.exe in Protected Mode C\INCLUDE - C-headers SWALLOW .H - defines public Swallow functions C\LIB - C-libraries BC31 .ZIP - compiled Borland C++ 3.1 specific start-up code C0S .OBJ - memory model small C0M .OBJ - memory model medium C0C .OBJ - memory model compact C0L .OBJ - memory model large TC10 .ZIP - compiled Turbo C++ 1.0 specific start-up code C0S .OBJ - memory model small C0M .OBJ - memory model medium C0C .OBJ - memory model compact C0L .OBJ - memory model large SWALLOW .OBJ - compiled Swallow.C SWALLOW .C - emulates public Swallow function if you don't want to use Swallow itself, but already access its functions C\SOURCE - source of libraries RULES .ASI - needed to compile C-specific start-up code ASMC0_10 .BAT - batch file to create Turbo C++ 1.0 start-up code ASMC0_31 .BAT - batch file to create Borland C++ 3.1 start-up code C0 .ASM - C-specific start-up code SWALLOW .INC - needed to compile c0.asm (resides in \ASM too) DOC - documentation files SWALLOWE .HLP - hypertext documentation, Windows Help format ERRORS .TXT - short description of error messages FASTHELP .TXT - FAQ about using Swallow USING .TXT - shows how to use with Pascal/C++ PAS - Turbo Pascal support files PAS\EXAMPLES - examples CALC .PAS - desktop calculator, used by TVEdit.Pas EXAMPLE? .PAS - short example files PRIM32 .ASM - 32 bit assembler code needed by Primes.Pas PRIM32 .OBJ - compiled prim32.asm PRIM32 .PAS - pascal unit, which only contains Prim32.Asm code PRIMES .PAS - demo, calculates prime numbers PRIMUNIT .PAS - public function, needed by Primes.Pas and Prim32.Asm TVEDIT .PAS - Turbo Vision demo TVEDIT .EXE - compiled TVEdit.Pas TVEDIT .SEG - needed to execute TVEdit.Exe in Protected Mode PAS\SOURCES - sources of Pascal-specific Swallow Adapter SWALLOW .PAS - Pascal adapter SWATV1 .PAS - Turbo Vision 1 patch to work with Swallow SWATV2 .PAS - Turbo Vision 2 patch to work with Swallow PAS\UNITS - compiled Pascal-units TP60 .ZIP - units needed to use Swallow with Turbo Pascal 6.0 SWALLOW .TPU - compiled Pascal adapter SWATV1 .TPU - compiled Turbo Vision 1 patch TP70 .ZIP - units needed to use Swallow with Turbo Pascal 7.0 SWALLOW .TPU - compiled Pascal adapter SWATV2 .TPU - compiled Turbo Vision 2 patch