Search:
Forum
Beginners
VC++ 2010 express
VC++ 2010 express
Dec 28, 2012 at 5:17am UTC
nasser
(62)
how to add a library in VC++ 2010 express
Dec 28, 2012 at 9:19am UTC
jumper007
(435)
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 ~
Dec 28, 2012 at 9:34am UTC
modoran
(2077)
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
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs