Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with Visual Studio 2005: default libraryand CGAL library conflict

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with Visual Studio 2005: default libraryand CGAL library conflict


Chronological Thread 
  • From: "Max" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default libraryand CGAL library conflict
  • Date: Fri, 19 Sep 2008 09:03:39 +0800
  • Organization: Max

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
>




Archive powered by MHonArc 2.6.16.

Top of Page