|
-
April 5th, 2012, 01:06 PM
#4
Re: boost linking
 Originally Posted by c94wjpn
no, actually I think I need to look up boost BOOST_ALL_NO_LIB option.
Well you asked how a library can be linked without specifying it in the project settings, and
Code:
#pragma comment (lib,"whatever.lib")
is how it's done with the Visual Studio C++ compiler. All that BOOST_??? stuff does is more than likely place #ifdef/#endif around these set of #pragmas.
Regards,
Paul McKenzie
Last edited by Paul McKenzie; April 5th, 2012 at 01:09 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|