Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Mahmood Naderan <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default library and CGAL library conflict
  • Date: Fri, 19 Sep 2008 01:36:27 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=Xs2sXmhQjdjAd5POSFghDOyevSa0460CnfGBOc2wMMzYX6HZ0jvkeACAnYbhMlW6KpGCt8F9IqiMb6VQJnjt3r37Sv3FZ/Tkv3i1p/W3D+P2TkJK6ig7muvWdTfYa0nbGLEr5Vgv81GbefcPiAOXiqgHy1J3KD3BWq2tSv3x7JQ=;

>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




Archive powered by MHonArc 2.6.16.

Top of Page