Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "brandorama" <>
  • To: <>
  • Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default library
  • Date: Thu, 18 Sep 2008 17:29:50 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:references:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; b=udDRPGjyTSnM8dIqGaOBzGHjrM13TlDHKxhn6Ptfm2y0EU4fiYaqUO7FAN6ZBW/AhQ HCfpNrq14f4LetA2OMb+pcCuIBp/RGGZR++oO9jjcPetIFAt9TEhingxn/xOR/p69fPO cMDTgrrgecYjFXUZ+jSYkm+p88JDl5n5mFFtg=

I done how you suggest me, and now i have 1 error message LNK2005 and many LNK2001 of unresolved exsternal symbols.
I have to do something more?



----- Original Message ----- From: "Laurent Saboret" <>
To:
<>
Sent: Thursday, September 18, 2008 10:57 AM
Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default library


I recommend you to use CGAL 3.3.1 as:
- the problem that you reported below does not occur in 3.3.1
- 3.2.1 does not support officially Visual Studio 2005

If you want to use 3.2.1 anyway:
You must make sure that you use the same Windows runtime when compiling your application
and all libraries linked with it. As CGAL and the third-party libraries shipped with it
are compiled with the DLL multithread (/MD) runtime, the easiest way is to use the same
runtime for your application.
See http://msdn.microsoft.com/fr-fr/library/2kzt1wy3(en-us,VS.80).aspx

Best regards,
Laurent Saboret


brandorama a écrit :
I tried to use the last version CGAL 3.3.1, but in this version some classes are deprecated and the project that i have to compile need this classes; for this reason i installed the 3.2.1 version.


----- Original Message ----- From: "Laurent Saboret" <>
To:
<>
Sent: Thursday, September 18, 2008 10:11 AM
Subject: Re: [cgal-discuss] Problem with Visual Studio 2005: default library




a écrit :
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

Hi,

Which version of CGAL are you using?

Laurent Saboret
INRIA Sophia-Antipolis


--
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