Boost logo

Boost Users :

Subject: [Boost-users] linker errors in vs2012 and boost 1.59...
From: TUELLER, SHAYNE R CIV USAF AFMC 519 SMXS/MXDEC (shayne.tueller_at_[hidden])
Date: 2015-11-12 17:47:28


All,
 
I'm trying to compile my application which uses boost 1.59 prebuilt binaries
for vs2012. Things compile and link just fine in debug mode but I'm having
the following linker errors when I try to build in release mode...
 
GRTXserver.obj : error LNK2001: unresolved external symbol "public: void
__cdecl
boost::container::container_detail::has_member_function_named_construct<clas
s boost::container::new_allocator<char> >::BaseMixin::construct(void)"
(?construct_at_BaseMixin@?$has_member_function_named_construct_at_V?$new_allocator
@D_at_container@boost@@@container_detail_at_container@boost@@QEAAXXZ)
 
1>GRTXserver.obj : error LNK2001: unresolved external symbol "public: void
__cdecl
boost::container::container_detail::has_member_function_named_construct<clas
s boost::container::new_allocator<struct
boost::container::container_detail::tree_node<struct std::pair<class
boost::container::basic_string<char,struct std::char_traits<char>,class
boost::container::new_allocator<char> > const ,struct
boost::interprocess::ipcdetail::ref_count_ptr>,void *,0,1> >
>::BaseMixin::construct(void)"
(?construct_at_BaseMixin@?$has_member_function_named_construct_at_V?$new_allocator
@U?$tree_node_at_U?$pair@$$CBV?$basic_string_at_DU?$char_traits_at_D@std@@V?$new_allo
cator_at_D@container_at_boost@@@container_at_boost@@Uref_count_ptr_at_ipcdetail@interpro
cess_at_3@@std@@PEAX$0A@$00_at_container_detail_at_container@boost@@@container_at_boost@
@@container_detail_at_container@boost@@QEAAXXZ)
 
1>C:\GRTXserver\x64\Release\GRTXserver.exe : fatal error LNK1120: 2
unresolved externals
 
I've tried everything but I just can't get it to work.
 
Any ideas or is anyone else having this problem?
 
Thanks,
-Shayne




Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net