Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Управление Памятью    >>    spawno4
   
 
 SPAWNO 4.00 - Disk/EMS/XMS/INT15 Swapping   Ralf Brown 17.11.1991

Модуль Ральфа Брауна для своппинга на диск или в расширенную память.
SPAWNO v4.00 (11/17/91) is a disk/EMS/XMS/INT15 swapping replacement for spawn(). (c) 1990,1991 Ralf Brown.



44k 
 

SPAWNO v4.00 11/17/91 disk/EMS/XMS/INT15 swapping replacement for spawn() (c) Copyright 1990,1991 Ralf Brown. All Rights Reserved. ----------------- FILES The disk or archive you received should contain the following files: SPAWNO.DOC this file SPAWNO.H the header file providing prototypes for the functions SPAWNx.LIB versions of the library for each of [T]iny, [S]mall, [C]ompact, [M]edium, [L]arge, and [H]uge memory models. SPAWNTP.OBJ Turbo Pascal version of SPAWNO SPAWNO.PAS Turbo Pascal unit encapsulating SPAWNO SPAWN_MS.ZIP Microsoft C versions of compiler-specific functions MSC.BAT replace Turbo C specific functions in libraries with Microsoft C versions. NOREPLAC.BAT remove replacements for the standard spawn..() functions from the libraries. SWAPTEST.C example program for testing TEST.PAS example program for testing SPWNOSRC.ZIP archive containing partial source code for SPAWNO _SPAWNO.H header file for recompiling library *.C source for the spawn..() and spawn...o() functions RULES.ASI shortened and modified Turbo C macro file SPAWNO.INC include file for various important constants SPAWNPTH.ASM source for the path search CHECKEXT.ASM check for 'file', 'file.EXE', and 'file.COM' SWAP_EMS.ASM support routines for swapping to EMS SWAPLIST.ASM specify which swap types will be linked in SPAWNENV.ASM make an environment block from an array of strings SPAWNERR.ASM set _doserrno and errno MAKEFILE ----------------- INSTALLATION If you are using Turbo Pascal, unarchive SPAWNTP.OBJ and SPAWNO.PAS. Compile SPAWNO.PAS and then add a USES SPAWNO; line to your program. After that you can call the function SPAWN() as desired. The distribution does not contain a pre-compiled version because .TPU files are not compatible between different versions of Turbo Pascal. ----------------- SUPPORT Since I am not getting any money, I can't promise any support. Those who have pur