Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi guys i recently started to work with open gl. I downloaded glut package for dev c++ 4.9.9.2. I tried a sample program. But i got a lot of linker errors eventhough my syntax was correct. I dont think my package was corrupt. I also moved glut.h to include directory and object file to lib directory . Still no solution.
Posted
Comments
Volynsky Alex 18-May-13 11:14am    
What exactly errors do you get ?!
AlphaDeltaTheta 18-May-13 22:07pm    
The object library file supplied with the package wil not work with MinGW (Dev c++ uses it). Generate a linker library for the glut.dll and link against it.
[no name] 20-May-13 6:22am    
dear friend you should say what are those error to know for helping.
may be it's related to the compiler that you have to use #pragma comment(lib,"glaux.lib) or every thing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900