help with glut functions...

could anyone tell me where the source for the glutInitDisplayMode and glutInitWindowSize functions is located?

They are in glut_intit.c.

Nate http://nate.scuzzy.net

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

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

That was it , Thanks