Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with Visual Studio 2005: default

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with Visual Studio 2005: default


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default
  • Date: Fri, 19 Sep 2008 12:49:54 +0200 (CEST)
  • Importance: Normal

You shouldn't.

What you can do, is to recompile everything - and I mean everything. Clean
the solution. Your problem looks like an old object file resides which has
been linked to and older version of MSVCRT.

/Jens Munk Hansen

> I encountered the similar problem with CGAL3.3.1+VS2008.
>
> Error message:
> libcmt.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined
> in msvcrt.lib(MSVCR90.dll)
>
> I solved this problem by setting libcmt.lib as 'Ignore specific library'
> in the project configuration.
> But I feel uncomfortable with this solution.
>
> B/Rgds
> Max
>
>>Hi,
>>i have to compile a Visual Studio project that need the CGAL library.
>>I have installed the library and the project compiles without prblems,
>> but the
>>Linker throw an error:
>> defaultlib 'MSVCRT' conflicts with use of other libs;
>> fatal error LNK1169: one or more multiply defined symbols found
>>
>>Can you help me to fix this problem?
>>
>>Andrea Brandolese
>>--
>>You are currently subscribed to cgal-discuss.
>>To unsubscribe or access the archives, go to
>>https://lists-sop.inria.fr/wws/info/cgal-discuss
>>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>





Archive powered by MHonArc 2.6.16.

Top of Page