VC++ 2010 express

nasser (14)
how to add a library in VC++ 2010 express
jumper007 (361)
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)
Add the library name to linker input or use a Microsoft specific #pragma comment (lib, "<library name here>")
Topic archived. No new replies allowed.