Opened 6 years ago
Last modified 6 years ago
#12201 closed Support Requests
Compilation issue in 64 bit — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | Cc: |
Description
when compiling my project in 64 bit with Boost,
It is showing error message in libboost_thread-vc90-mt-1_60.lib
Error 696 error LNK2005: "public: virtual cdecl boost::detail::thread_data_base::~thread_data_base(void)" (??1thread_data_base@detail@boost@@UEAA@XZ) already defined in xxxx.obj libboost_thread-vc90-mt-1_60.lib
Error 697 error LNK2001: unresolved external symbol "private: void cdecl boost::thread::start_thread(void)" (?start_thread@thread@boost@@AEAAXXZ) xxxx.obj
Error 698 error LNK2001: unresolved external symbol "public: void cdecl boost::thread::join(void)" (?join@thread@boost@@QEAAXXZ) xxxx.obj
where xxxx is my class for boost use
Snapshot for error