Search:
Forum
Beginners
VC++ 2010 express
VC++ 2010 express
nasser
(14)
Dec 28, 2012 at 5:17am UTC
how to add a library in VC++ 2010 express
jumper007
(361)
Dec 28, 2012 at 9:19am UTC
Could you give a further explanation of what you're interested to do ? I don't quite understand what you mean. Do you want to create your own libraries ? Do you want to add extra (custom) libraries to Visual C++ ? Something else ?
~ Raul ~
modoran
(1245)
Dec 28, 2012 at 9:34am UTC
Add the library name to linker input or use a Microsoft specific
#pragma comment (lib, "<library name here>")
Topic archived. No new replies allowed.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs