HDK. Compiling plugins 12.5 Libboost errors

   2722   2   0
User Avatar
Member
63 posts
Joined: 1月 2008
Offline
Hello, does somebody compile plugins for 12.5?
There is a lot of errors with Libboost.
Where It could be?
Example of errors:

LNK1104: cannot open file libboost_thread_vc90-mt-1_51.lib
User Avatar
Member
599 posts
Joined: 5月 2011
Offline
evgen
Hello, does somebody compile plugins for 12.5?
There is a lot of errors with Libboost.
Where It could be?
Example of errors:

LNK1104: cannot open file libboost_thread_vc90-mt-1_51.lib

Are you doing your own builds (i.e. not using hcustom) ?

In that case you need to define BOOST_ALL_NO_LIB=1 in your project settings, otherwise boost inserts #pragmas [tinyurl.com] to automatically link its libraries.
Halfdan Ingvarsson
Senior Developer
Side Effects Software Inc
User Avatar
Member
63 posts
Joined: 1月 2008
Offline
halfdan
evgen
Hello, does somebody compile plugins for 12.5?
There is a lot of errors with Libboost.
Where It could be?
Example of errors:

LNK1104: cannot open file libboost_thread_vc90-mt-1_51.lib

Are you doing your own builds (i.e. not using hcustom) ?

In that case you need to define BOOST_ALL_NO_LIB=1 in your project settings, otherwise boost inserts #pragmas [tinyurl.com] to automatically link its libraries.
Yeah, I'am using VVisual studio compiler, not through hcustom
Thank you very much for help!
  • Quick Links