I've downloaded the neccesary files for glut but?

where should I place them so that the compiler will locate them? I’m using a codewarrior compiler?

I don’t know code warrior, but if it is setup like most comilers should be directories in the codewarrior directory that look like this:

/…/…/include/GL “glut.h”
/…/…/lib/ “glut.lib”

Now with the library files (.lib), does codewarrior support Microsoft library files, if not you will not to convert the .lib file to a codewarrior .lib file.
If you need to convert the library file, for codewarrior, check to see if it comes with a utility program to do the conversion. Else you will need to find a version of the glut library for codewarrior.

Originally posted by Pepper:
where should I place them so that the compiler will locate them? I’m using a codewarrior compiler?