Visual Studio.net ?

Whenever I try to compile a program under VS.net, I get a linking error saying “cannot open file ‘glut32.lib’”. I placed the glut32.lib file inside of my lib folder under VS. Can anyone recommend a solutionto get it to link properly.

Thanks

Did you link it also in the setup? I believe you have to put in both the debug and the release when you compile it.

i beleive black_dragon is thinking about the .dll file

if you’ve put it in your “\Microsoft Visual Studio .NET\Vc7\lib” directory, it may not work (but should imo :/), try put it in “\Microsoft Visual Studio .NET\Vc7\PlatformSDK\lib”.

good luck
–tristan