Programming with GLUT in Borland C++
preliminaries
creating a project
-
file > new > project
-
Set platform to Win32 and target model to Console.
-
Remove the .def and the .rc nodes from the project.
-
Add glut32.lib as a node. The full directory path for this is probably c:\bc5\lib\gl\glut32.lib.
-
back to
fran's home page
last updated September 1999
F.Soddell@latrobe.edu.au