Модули и библиотеки


DbfProc v1.9 beta - Библиотека для DBF

Библиотека для работы с файлами типа .DBF.

DBPro - Библиотека работы с DBF файлами

Библиотека процедурного типа для работы с DBF файлами.

DESQ42 - TP 4.0 Interface Unit for Desqview

Модуль для взаимодействия паскаль-программ с ядром DesqView - многозадачной надстройки над DOS. Функции модуля позволяют отдать управление другим процессам в случае простоя, и запретить прерывание задачи на критических участках кода.
These are the routines that are published by Quarterdeck and have been adapted for use in Turbo Pascal. Only 95 bytes of code.

Directory Search Engine in Turbo Pascal

Модуль для поиска файлов на диске по маске с помощью FindFirst и FindNext. В качестве примера приведены три программы: Удаление .BAK файлов, Подсчет суммарного объема файлов, Поиск указанных файлов. A Directory Search Engine in Turbo Pascal - Turbo Pascal 5.0 procedural types allow general purpose routines that take action based on code passed to them as parameters at runtime. The author explains procedural types in terms of a directory search engine using DOS Find First/Find Next calls.

DOS session LONG-FILENAME functions for BP7

Модуль для работы с длинными именами файлов в DOS сессии под Windows95/NT.

DynArray 1.0 - Dynamic Array Object with Disk Swap

Объектно-ориентированный модуль, позволяющий создавать динамические массивы неограниченного размера.
Object oriented unit implements a dynamic array which can grow in size as required during the execution of the program. An array size is unlimmited because of the use of list and a swapfile that is created on disk.

Eco Library II Release 3.0 V 6.03 for TP5...BP7

Библиотека для создания BBS. Включает в себя модули для работы с последовательными портами, поддержку fossil-драйверов, обработку ANSI, работу с базами сообщений в формате Hudson и Squish. Приведена документация в формате Norton Guide. Ассемблерных исходников нет, но зато есть все необходимые .OBJ модули.
Eco Library II Release 3.0 V 6.03, Pascal Port #3, Complete Edition. All Pascal source included. Without .ASM but .OBJ included for recompiling.

  • Traveling Concise Edition
  • Full Edition
  • Bulletin Board Edition
  • All Demos, like an Archive Television Shell, and a Small Fast Commander
  • Norton Guide

EnhKbd 1.2 - Enhanced Keyboard Unit for TP 4.0

This unit activates the IBM enhanced keyboard for machines that have one, and simulates an enhanced keyboard for machines that don't. The enhanced scan codes will be returned by all normal calls which read the keyboard, e.g, ReadKey (from CRT), ReadKeyWord (from TPCRT and supplied here), and even when DOS reads from the keyboard. This unit should be USEd early in a program's USES list. There are no procedures to call here -- operation is completely transparent to the program.

Exception Shield for Borland Pascal 7.0

Модуль перехвата ошибок времени выполнения. Позволяет предусмотреть обработку Runtime ошибок в вашей программе.

Extend 6.0 - Open More Files than DOS Standard 20

This unit allows a program to open more than the standard DOS maximum of 20 open files at one time.