-
help with glut functions...
could anyone tell me where the source for the glutInitDisplayMode and glutInitWindowSize functions is located?
-
Re: help with glut functions...
They are in glut_intit.c.
Nate http://nate.scuzzy.net
-
Re: help with glut functions...
Thanks for your reply, is there a way i can find out which functions are located in which .c file? So i can solve all these "Unresolved extern" errors
-
Re: help with glut functions...
You're probably doing something wrong with linking the final executable. If your using VC++, try the project settings and include the glut32.lib file in the link stuff (this is just right out of my mind, can't remember exactly).
John
-
Re: help with glut functions...
That was it
, Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules