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


IPX 1.0 - Send IPX Packets over a Novell Network

IPX 1.0. This unit allows the sending of IPX packets over a Novell network. See the other file which is a chat program for info on how to use this unit: CHATER BOX v0.5.

IPX Unit and a Simple Chat Routine

Обмен информацией между двумя или большим количеством компьютеров по локальной сети с использованием протокола IPX. Модуль + чат-программа.

JOYSTICK.PAS - Simple Unit for a Joystick Polling

Code to initialize and read PC sticks.

Keyboard Handler Unit

Этот модуль полностью перехватывает на себя управление клавиатурой. Позволяет отслеживать одновременное нажатие сразу нескольких клавиш. Например, в демо примере выход осуществляется по одновременному начатию сразу шести клавиш -QWERTY

Labyrinth-3D 1.10 - 3-D Graphics Library

This is the collection of Turbo Pascal routines to implement some 3-D graphics. Sources for Texture Mapping excluded :(

LFN v1.0 - Long File Name Unit

Модуль для поддержки работы с длинными именами файлов в DOS-окне под Win95. Приведены 3 примера использования.
This unit provides Pascal routines that access most of the functions of the Win32 API for long file names. It can be used from real mode and protected mode DOS applications in a Win95 DOS box, or from 16-bit Windows applications running within Win95. Requires Borland Pascal 7.0 or Delphi to compile.

LiteComm-TP - Communication toolkit for TP5.5

Библиотека для работы с последовательными портами для TP5.5. Поддерживает работу с несколькими портами через прерывания. Приведены примеры, документация и TPU-шки для TP5.5. Исходника нет.
The LiteComm-TP Toolbox(Tm) v5.5 is a set of powerful routines for the PC's asynchronous communications ports. Supports fully interrupt-driven and buffered communications on COM1 through COM4 simultaneously. Samples, Docs and TPU5.5 only :( included

LZSSUnit v1.02 - Модуль упаковки по LZSS.

Модуль для упаковки и распаковки по методу LZSS. Компилируется BP7 для DOS, DPMI, Windows.

Magic Palettes 1.1 - Модуль для Работы с Палитрой

Модуль обеспечивает изменение палитры, grayscaling, ротацию и плавное гашение палитры...

MCGA Graphics Tutorial for Mode $13

Build your own MCGA Graphics Library for mode $13 (320x200x256 colors):

  • Lesson 1 - Init Graph Mode and setting a pixel by directly altering video memory
  • Lesson 2 - Explain how the Video Memory organized
  • Lesson 3 - Fast line drawing
  • Lesson 4 - Saving/Restoring screen areas, PCX files viewing
  • Lesson 5 - Some animation techniques
  • Lesson 6 - The MCGALIB source developed in this tutorial
  • Lesson 7 - Palette Control