View Full Version : How to paste the *.lib, *.h,*.dll in the directory?
I already paste the required file in my PC but i still get error when i run the program. It said "missing glut32.dll", but my friends they dont need this file.Whyyy???
nexusone
12-30-2002, 04:23 AM
First *.lib and *.h are only needed to compile the program. If you have a prewritten .exe file, then you will only need the .dll and that .dll file needs to be ether in the directory of the exe file or in the windows/system directory so that it can be used by other programs.
if you are compiling a program
the *.h files need to be in include/GL/ directory and the *.lib in the lib/ directory.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.