Hello,
I using bjam to compile my C++ program with Boost.Python
But I have a link error : error LNK2019: unresolved external symbol "__declspec(dllimport)....
so I try to add my library in the Jamroot file :
project
: requirements <library>/boost/python//boost_python
<library-path>D:/localExt_win32_cl10-0Exp/lib
<library-path>D:/local/bin
<include> .....
It that right ?
thanks