3DTKIT.ZIP 231747 12-13-95 3D GUI Toolkit for Turbo Pascal 1.0 is a | collection of Turbo Pascal units which allow | programmers to create impressive looking | interfaces. Features include 3D windows, | buttons, switches, text boxes, icons, and | more. (Tamer Emin) (Reg.Fee: $10 Briti) ACSVGAS.ZIP 4625 06-28-95 AcsVGA 2.5 is a Turbo Pascal unit to allow | access to the VGA card in mode 13h. (Ross M. | Mellgren) ANIPAL.ZIP 86838 06-16-95 Animated Pallette is an example program that | shows how to create a logical palette, select | it into a TImage's Device context and then | call Animate Palette on it to cycle through | the colors. (Jay Giganti) (Reg.Fee: $0) BFCOMPC.ZIP 1424 02-19-96 BF-COM Source Code 1.0 is the Pascal source | code for a command-line utility to toggle | your modem on or off hook. (Brian Leiter) | (Reg.Fee: $0) BFFINDPC.ZIP 1050 02-19-96 BF-Find Source Code 1.1 is the Pascal source | code for a text search utility. (Brian | Leiter) (Reg.Fee: $0) BITWISE.ZIP 6375 07-07-95 BitWise is a Turbo Pascal 7.0 unit that | allows you to compress boolean data by a | factor of eight using bitwise manipulation. | (Shawn Bayern) (Reg.Fee: $0) BMPS.ZIP 33789 08-04-95 Windows Bitmaps for DOS 1.20 is a Pascal | programming package, providing access to | Windows and OS/2 bitmaps. BMP files are | supported as well as bitmap resources and | device-compatible bitmapped clipboard data. | These bitmaps are efficiently converted into | BGI-conforming images, which can easily be | output by Graph's PutImage. The palette | information provided with these bitmaps is | handled: using a nearest-color algorithm | using distances in the color cube, the | bitmap's colors are assigned to the | appropriate screen colors. Monochrome is | supported as well as 16-color and 256-color | bitmaps and 16-color and 256-color screen | modes. The color depth is automatically | adjusted. (Ken Mashburn) (ASP) (Reg.Fee: $24) BTP.ZIP 66964 07-12-95 BTP 2.5 is a TP6 unit that makes it easy to | use Btrieve. Full TP 6.0 source, | documentation and examples are included. This | also works with TP7. (John C. Leon) (Reg.Fee: | $25) BTREE_RB.ZIP 13036 09-29-95 BTree (RB) 1.0 allows Pascal programmers to | include data file sorting and indexing in | their programs. (Roger J. Betts) (Reg.Fee: | $0-30 UK) CLDDA100.ZIP 16816 02-01-95 Cal-DDA 1.0 displays the current month and | year, highlighting the current day. You can | use the cursor keys to change the displayed | date or month. The program is designed | primarily for programmers to incorporate into | their own applications, but it also works as | a stand-alone calendar display. Pascal source | code is include. (David Daniel Anderson) | (Reg.Fee: $0) COMSORT.ZIP 96189 03-13-96 ComSort is a simple utility that will | alphabetize the list in the declaration part | of your PAS file. (Dan M. English) (Reg.Fee: | $0) DDPLUS71.ZIP 730514 05-22-95 DDPlus 7.1 is a set of door driver routines | for Borland Pascal 7.0. It supports most BBS | Software packages, including PC Board Vers 15 | and WildCat 3.91, interrupts 0-15, selectable | port addresses, com ports 1-4, and speeds up | to 115,200 baud. (Steven R. Lorenz) (Reg.Fee: | $0) DSP2.ZIP 169480 01-16-96 Database Structure Printer 2.0 generates a | text listing of all tables in a BDE Alias | with field descriptions, index list, and a | referential integrity list for each tab with | names of all tables and all fields couples. | (Olivier Dahan) (Reg.Fee: $0) FRAME.ZIP 31552 09-29-95 FrameControl is a custom control for the | Resource Workshop for displaying a bevel or | panel with almost every outfit. Because there | is no interface needed it can be used with | every IDE which uses the RW. A demo is | included. (Sebastian Modersohn) (Reg.Fee: $10) GV4SVGA1.ZIP 923864 03-18-96 Graphic Vision 1.0 is a graphical application | framework modeled on Borland's Turbo Vision | v2.0 and utilizes 256-color SVGA graphics | capablilites for its visual output. All of | your existing Turbo Vision applications can | be converted to Graphic Vision. The program | uses its own graphics engine which allows | applications to use any screen resolution up | to 1600x1200 with practically any SVGA | graphics card. Requires a 256-color SVGA | graphics card, and Turbo Pascal v7.0+. (Jason | Burgon) (Reg.Fee: $40) GVI201.ZIP 730015 06-13-95 Graphics Vision 2.01 is a Turbo Vision 2.0 | compatible Pascal class library for creating | graphical applications with Windows look and | feel. Full graphic control elements, | intelligent window management, flexible menus | including bitmaps and check markers, fast | scrolling, optionally using Windows fonts, | SuperVGA and DPMI support. This is the | international version, including | documentation in English, and both TP 6 and | TP 7 units. (Matthias Koeppe) (Reg.Fee: | $64-184) IGMDV308.ZIP 132731 08-07-95 IGMDrive 3.08 is a door driver for IGM | development for LORDs. This is for Turbo | Pascal 7.0. (SHARKware) (Reg.Fee: $0) KYDPMI.ZIP 22761 10-30-95 KeyDPMI 0.1 is a BIOS-independent, | enhanced-keyboard interrupt handler. It | provides total keyboard control with a | routine to completely replace the keyboard | INT9. The program maintains an array which | reflects the status of each key individually, | plus providing regular input. In addition it | gives speed and stability to DOS protected | mode (DPMI) programs, which would otherwise | keep the interrupt hooked to the real mode | BIOS routine. A test program and Pascal | source code is included. (Erik de Neve) LIST105.ZIP 116376 07-28-95 TheLister 1.054 is an advanced listing | utility for Pascal programs. Features: line | wrapping, drag and drop support, clipboard | printing, and command line parameters. | (Enrico Lodolo) (Reg.Fee: $20) MATH_LIB.ZIP 5319 06-12-95 Math_Lib is a Turbo Pascal mathematical | library for real and complex types. It | provides a hyperbolic function and all common | functions for complexes. (Jean-didier | Gayrard) (Reg.Fee: $0) MATH3871.ZIP 76678 06-22-95 Math387 1.0 is a Pascal unit for use with 387 | or better math co-processors. It enhances the | use of Turbo Pascal for scientific work by | implementing inline code for the SIN, COS, | TAN, ATAN, and REM 387 instructions. This can | provide considerable speed over the use of | math co-processors for all math functions. | For example, SINs and COSINEs execute three | to five times faster and TANGENT executes | eight to ten times faster. Also included are | 32-bit integer multiply and divide functions. | (Chris Williams) (Reg.Fee: $20) MGPAS01A.ZIP 326471 11-05-95 MgLibPAS 1.0b is a Turbo Pascal library for | all aspects of programming, such as | windowing, compression, disk and file access, | comport, etc. (Mark Gauthier) (Reg.Fee: $35) OGRID110.ZIP 286057 06-20-95 OOGrid Library 1.1 is a library of objects | for TurboVision Pascal which provides a | simple spreadsheet for use in your | applications. It can be used to create real | mode applications only. The main object can | handle text, values, formulas and repeat | characters. It supports several numerical | functions and operations which can be used in | formula or value cells. You can mark, copy, | move and erase blocks of cells, insert and | delete columns and rows, change the width of | a column or block of columns, and assign a | custom header to any column in the | spreadsheet, justify cell contents, and much | more. More than 100 pages of source code are | also included. (Arturo J. Monge) (Reg.Fee: $0) PMD120.ZIP 206447 08-14-95 Borland Pascal Debug Kit 1.20b is a toolkit | for the Borland Pascal programmer. It finds | any memory deallocation which disposes a | different memory size than allocated, tracks | memory overwrites, gives a symbolic stack | dump if a run-time error occurs and gives | Pascal programmers C-like assertions. | (NederWare) (Reg.Fee: $50) PRNSTR.ZIP 6342 06-21-95 Table Structure Printer 1.0 is a Pascal form | to print database file structures. It will | print the structure of any database file | which is addressed through a BDE ALIAS | database. A utility is also provided to | create an SQL routine to create a table of a | similar structure. This routine may then be | copied to a procedure intended to create the | tables for a distributed program. (Martin C. | Beattie) (Reg.Fee: $0) RMAST40.ZIP 108748 07-05-95 Raster Master 4.0 lets you easily create | graphics for your TP programs. It can handle | graphics up to 100 X 100 pixels in size with | 16 colors and PCX, BMP, BGF, DEF, CON, and | Windows ICO format. Other features include | paint program style tools, a zoom mode, and a | very slick graphic user interface. VGA and a | mouse are required. NEW: new video | drivers. (Blueview Software) (Reg.Fee: $23) RU04.ZIP 87120 07-05-95 Raster Utilities #4 includes a screen | clipping utility, a binary-to-source code | converter, and a utility for converting | PCX/BMP files to a format usable by putimage. | You can build resource file and run scripts | to create graphics. (Blueview Software) | (Reg.Fee: $20) SMIX120.ZIP 152684 12-14-95 SMIX 1.20 allows Pascal programmers to | include Sound Blaster compatible sounds in | applications. Up to eight sounds can be | played simultaneously. Sounds are stored in | extended memory and copied to a small buffer | as needed. The sounds are stored on disk as | raw signed 8-bit sample data, at a sampling | rate of 22050 HZ. Turbo Pascal source is | included. (Ethan Brodsky) (Reg.Fee: $0) STARS1.ZIP 33778 06-16-95 Stars (OT) 1.0 is a Pascal demonstration of | stars moving across the screen in text mode | 3. Source is inluded. (Osman Taskin) | (Reg.Fee: $0) TJGOLD.ZIP 905207 06-20-95 Gold 1.0 is an extensive tool kit for DOS | application developers using Turbo Pascal. It | includes interface tools, such as input | forms, multi-layered windows, desktop, | database access, calendars, and more. | (TechnoJock Software, Inc.) (ASP) (Reg.Fee: | $96) TPAPI.ZIP 654073 06-27-95 TP API's for Novell Netware 1.60 is an object | oriented library for accessing Netware API's. | It allows you to write Netware aware/specific | applications by calling Netware API's | directly. The source code consists of over | 19,000 lines of pascal and assembler. NEW: | additional examples, additional objects, can | now print across servers in NWQUEUE while | under the VLM requester, new functions in | MiscFuncOBJ, and more. (Antonio Covelli) | (Reg.Fee: $45) TTS.ZIP 207699 08-04-95 TrueType Fonts for DOS 1.60 is a Pascal | programming package, providing access to | several types of fonts for your DOS programs. | Supported are all types of Windows fonts, | including bitmapped, scaleable and TrueType, | plus bitmapped fonts from the VGA BIOS or | codepage information (CPI) files. Also | provided is access to scaleable CHR fonts of | the graph unit. (Matthias Koeppe) (Reg.Fee: | $34) TUGU10.ZIP 88842 05-12-95 The Ultimate Graphics Unit 1.0 is a | collection of Turbo Pascal functions for | delivering top speed graphics in VGA mode 13h | (320x200x256). Sample programs using these | functions are included. (Jason Rennie) | (Reg.Fee: $20-40) TVGR70.ZIP 376524 06-13-95 TVGraphic 2.04 is a port of Borland's | text-based Turbo Vision to DOS graphics mode | with extensions, enhancements and a pleasing | graphic look. NEW: color remapping of | bitmaps more versatile. (Richard P. Andresen) | (Reg.Fee: $35)