Link LIBs in Visual Studio .NET

Started by
2 comments, last by MetaKnight 21 years, 6 months ago
does anyone know how to Link LIBs in Visual Studio .NET?
Advertisement
right click in the solution and goto properties.
Ah, had that problem myself a while back.

As an alternative you can add:

#pragma comment (lib, "file.lib" )

(think it has to be before your #includes)




[edited by - Jesper T on October 1, 2002 5:23:34 PM]
thank you! : )
also what is the source lib i need to use auxSolidCube(1)

This topic is closed to new replies.

Advertisement