Hello, guys !
I tried to port an OpenGL application from Unix to Windows. I added to the libraries glut32.lib, I included glut.h but all the function from "glut" referenced in the program are declared unresolved external symbol (Error LNK2001) when linking.
So, where is the error ?



