Skip to Content.
Sympa Menu

cgal-discuss - Re: VS2008 link problems: ContainerBase

Subject: CGAL users discussion list

List archive

Re: VS2008 link problems: ContainerBase


Chronological Thread 
  • From: "Wesley Smith" <>
  • To:
  • Subject: Re: VS2008 link problems: ContainerBase
  • Date: Thu, 24 Apr 2008 21:13:15 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m33W7NYZLac4JdgdUB8DVhnijyYUVFupdbd25ajk0VnnEq9ikFCfUUg4rmGPanslbm+cQ1i431vShotpvCXh8Tw313ykbsoCK9+hptliem7u9NrnFhe9QjphVyUEUFd6fhTO0KC3YnMvD6pZX3YxhaeW4GgC2kHx7jrQ8xUS9Ts=

Hi,
Has anyone managed to get CGAL working on VS2008? I'm still having
linker problems with MP_Float.obj missing symbols. From what I've
found online, this potentially has something to do with mixed runtime
libs, but the only libs in my project are the ones CGAL built and gmp.
Could this be a Boost issue??? I really have no idea, but I would
like to hear if this is in fact possible and I can go from there.

thanks,
wes

On Wed, Apr 23, 2008 at 6:35 PM, Wesley Smith
<>
wrote:
> 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