where should I place them so that the compiler will locate them? I'm using a codewarrior compiler?
nexusone
09-12-2002, 07:45 AM
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?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.