visual studio net

Started by
2 comments, last by gan 18 years, 9 months ago
Hi! Does anyone know how to add library to a visual studio? thx
Advertisement
pls somebody has to know
Project Settings, linking options, find a field which mentions additional libraries and add it.
Quote:Original post by AndrewPL
Hi!
Does anyone know how to add library to a visual studio?
thx


if u need to include the blah.lib, declare this after #include ... in the src file:

#pragma comment(lib, "blah")

This topic is closed to new replies.

Advertisement