Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Re: The program can't start because CGAL-vc100-mt-gd-4.0.dll is missing

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Re: The program can't start because CGAL-vc100-mt-gd-4.0.dll is missing


Chronological Thread 
  • From: "flavio.anjos" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Re: The program can't start because CGAL-vc100-mt-gd-4.0.dll is missing
  • Date: Wed, 23 May 2012 15:15:22 -0700 (PDT)

made in item 7 of the tutorial?

For a specific project using CGAL you need to ignore the auto-link of gmp
and mpfr. The names below are for Debug.
- Linker -> Input
* Add libgmp-10.lib and libmpfr-4.lib to "Additional Dependencies"
* Add gmp-vc100-mt-gd.lib and mpfr-vc100-mt-gd.lib to "Ignore Specific
Library" (gmp-vc100-mt.lib and mpfr-vc100-mt.lib in release mode).

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/The-program-can-t-start-because-CGAL-vc100-mt-gd-4-0-dll-is-missing-tp4646649p4652250.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page