Svgalib-Gpc-20000216

What is it?

Svgalib-Gpc is a set of Pascal units to make Svgalib accessible by user-made programs. The developing environment provided Svgalib 1.4.1, and the units probably wouldn't work with previous versions.

How do I use it?

First of all copy/move the units (*.pas) to a directory where you want to store all your commonly used units, for example ~/units, and then remember to tell gpc about it, with the option --unit-path=$HOME/units, of course changing the path as appropriate.
Then you just have to include the appropriate units in your programs, using the keyword uses.

Contents of the units

int vga_setmode(int mode);
function VgaSetMode(mode: Integer) : Integer;

Where do I get it?

You can get it by HTTP or FTP

Aknowledgements

Special thanks go to Frank Heckenbach who helped out with the TFDD stuff and to Peter Gerwinski who gave me the account on this server.

If any of you found any bug or have suggestions, please tell me about it at the address shown below.

Nicola Girardi girardi(at)keycomm.it