Skip to Content.
Sympa Menu

cgal-discuss - VS2008 link problems: ContainerBase

Subject: CGAL users discussion list

List archive

VS2008 link problems: ContainerBase


Chronological Thread 
  • From: "Wesley Smith" <>
  • To:
  • Subject: VS2008 link problems: ContainerBase
  • Date: Wed, 23 Apr 2008 18:35:01 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qLSKieKY17n6NHsMgGoS+BZktw4eBs75xXxMh8GKH6cUWdJeLVT+iW2cMJ8jf7iAbLdOsJU6MsgpZ/1SU6at1k6y4Xzzg06NX44KsdT/eToZziCbYhaOPcWMkh/eXUNxsWC6zaAe3UsX7KF1l9a7NymouejcVwRFACH/0qi0KQU=

Hi,
I'm trying to get my CGAL code working on Windows and am having some
linker symbol not found problems. Does anyone know where the symbols
for these reside?

1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::_Container_base::_Orphan_all(void)const "
(__imp_?_Orphan_all@_Container_base@std@@QBEXXZ)
referenced in
function "public: class std::vector<short,class std::allocator<short>
> & __thiscall std::vector<short,class std::allocator<short>
>::operator=(class std::vector<short,class std::allocator<short> >
const &)"
(??4?$vector@FV?$allocator@F@std@@@std@@QAEAAV01@ABV01@@Z)

1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::_Container_base::~_Container_base(void)"
(__imp_??1_Container_base@std@@QAE@XZ)
referenced in function "public:
__thiscall std::_Vector_val<short,class std::allocator<short>
>::~_Vector_val<short,class std::allocator<short> >(void)"
(??1?$_Vector_val@FV?$allocator@F@std@@@std@@QAE@XZ)

1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::_Container_base::_Container_base(void)"
(__imp_??0_Container_base@std@@QAE@XZ)
referenced in function
"protected: __thiscall std::_Vector_val<short,class
std::allocator<short> >::_Vector_val<short,class std::allocator<short>
>(class std::allocator<short>)"
(??0?$_Vector_val@FV?$allocator@F@std@@@std@@IAE@V?$allocator@F@1@@Z)


This is using the multi-threaded debug build from a download I got today.

thanks,
wes



Archive powered by MHonArc 2.6.16.

Top of Page