Changes between Initial Version and Version 6 of Ticket #12201
- Timestamp:
- Sep 3, 2016, 1:42:19 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12201
- Property Owner set to
- Property Status new → assigned
- Property Component None → thread
- Property Type Bugs → Support Requests
-
Ticket #12201 – Description
initial v6 3 3 It is showing error message in libboost_thread-vc90-mt-1_60.lib 4 4 5 6 {{{ 5 7 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 6 8 … … 9 11 Error 698 error LNK2001: unresolved external symbol "public: void __cdecl boost::thread::join(void)" (?join@thread@boost@@QEAAXXZ) xxxx.obj 10 12 13 }}} 14 11 15 12 16 where xxxx is my class for boost use