|
-
September 16th, 2012, 06:54 AM
#3
Re: [boost/thread.hpp] Boost Library 1.51.0 Error in Visual Studio 2010
 Originally Posted by Momentum
If I remove libpqxx library references in VS project properties, then boost works correctly. If I include it, then the above error in my original post occurs
The /showIncludes option when compiling your program will show you where the errors are occurring.
Also, you're using the term "library" incorrectly as those errors are compiler errors, not linker errors. A library is something that is used at link time, not compile time.
Regards,
Paul McKenzie
Last edited by Paul McKenzie; September 16th, 2012 at 06:56 AM.
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
|