Talk:OpenGL:Tutorials:Windows Setup
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. In VC you can use #pragma to include libs. #include <GL\gl.h> #include <GL\glu.h> #include <GL\glaux.h> #pragma comment (lib , "opengl32.lib") #pragma comment (lib , "glu32.lib") #pragma comment (lib , "glaux.lib") Not sure about other compliers though. Codehead 12:44, 19 Nov 2004 (EST)
* foo ** bar <pre> blah blah </pre> ** bar2 produces:
blah blah
stuff
Ryan Clark 14:55, 19 Nov 2004 (EST)
|


