home *** CD-ROM | disk | FTP | other *** search
- ACCLOAD.DOC
- ACCLOAD.PAS
-
- This is the documentation and the source code for a desk accessory loader
- program.
-
-
- CIRCLE2.PAS
- CIRCLE2.PRG
-
- This is source code and a running program of a circle pattern program
- written by Dwight McKay. This program is also a good example of a GEM
- interface program.
-
-
- GOTOXY.PAS
-
- Keywords: PERSONAL PASCAL CURSOR SCREEN TEXT
-
- PERSONAL PASCAL PROCEDURE that provides the ability to position the text
- cursor anywhere on the screen under all circumstances. This routine is the
- same as GOTOXY found in TURBO-PASCAL for the PC. You must INCLUDE this
- routine during compilation. Program header supplies any other necessary
- information.
-
-
- MEGACNV.PAS
-
- This is the source code for a program which will take the output from
- MEGAMAX C resource files and convert them to run with Personal Pascal.
-
-
- MINIMIDI.PAS
-
- This is the Pascal source code for a mini midi sequencer program for the
- ST.
-
-
- MODULAR.DOC
-
- This is a documentation file explaining how to compile a module for
- linking into other programs for Personal Pascal.
-
-
- RAMDISK.DOC
-
- This is a documentation file which describes how to use ramdisks with
- Personal Pascal.
-
-
- REAL.PAS
-
- Keywords: PERSONAL PASCAL REAL STRING CONVERSION UTILITY
-
- This routine which can be compiled as an EXTERNAL procedure allows one to
- convert Personal Pascal REALS to STRINGS. You can specify precision,
- whether or not to store in scientific notation or not, corrects rounding
- errors, etc.
-
-
- SCREEN.PAS
-
- This is source code for screen saving and restoring from files routines.
-
-
- TERM.PAS
-
- This is source code for locating and clearing screen routines.
-
-
- VDI.PAS
-
- Keywords: OSS PASCAL VDI
-
- Here are some VDI calls that are missing from OSS Pascal. Such as
- Polymarker, Text Height,Line Width,Contour Fill,Line End Type Etc.
-