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 11:10:54 +0200 (CEST)
  • Importance: Normal

It compiles for me in VS2005 and VS2008. As an exercise, try in the
Linker->Input, to tell the compiler to ignore the library MSVCRT. Google
how to ignore specific libraries if you don't know how to

Jens Munk Hansen

>>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
>
> I use CGAL 3.2.1 with visual studio 2005 without any problem.
> First build the solutions in the "src" folder, so that the CGAL libraries
> are built. Then before you sompile your project, check to see if
> CGAL examples and demos run without error.
>
> --------------------
> Mahmood Naderan
>
>
>
>
>
> ----- Original Message ----
> From:
> ""
>
> <>
> To:
>
> Sent: Thursday, September 18, 2008 11:02:48 AM
> Subject: [cgal-discuss] Problem with Visual Studio 2005: default library
> and CGAL library conflict
>
> 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