compilation problem

Hi,

I am trying to figure out if it is possible (and how) to statically link in the glut libaries such that I do not need to provide the glut dll with my executable. I am compiling C++ code using Microsoft Visual Studio .Net.

Thanks!

You could get the glut source code, compile it and create a static library, and link it that way; or you could try the DLL2LIB utility that’s floating around on the Web (I have a copy if you can’t find it easily.) to create a static library from the dynamic library and link that.

Could you please email a copy of the utility? Thanks a bunch for the help!!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.