Welcome to Timothy's Glide 3.x Tutorial number 1

Q:Where do I get Timothy's Glide 3.x Tutorials ?
A:This document and others can be obtained via the web at http://www.icon.co.za/~tsb

Q:Where can I mail any comments/flames/etc ?
A:All mail can be sent to tsb@icon.co.za

Ok now on with the show :)
I won't waste your time by going through setting up Microsoft Visual C 5 and other compilers. What I'm going to do is give you some example source and explain the parts I think you need to know. I'm going to use MS Visual C 5 throughout the tutorials but other languages should also work with the same code.

Code Skeleton.
--------------
This is the piece of code that every glide program will need in order to work correctly. Remember C is case sensitive!

This program should Initialise your Glide card and then wait for you to press a key before quiting. The 3DFX logo should be displayed etc..

In the tut 2 I will start with real stuff like drawing polys :)

-Timothy S. Bowers
tsb@icon.co.za
http://www.icon.co.za/~tsb