Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Error in VisualStudio 2008

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Error in VisualStudio 2008


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Error in VisualStudio 2008
  • Date: Tue, 17 Jan 2012 11:38:21 +0100
  • Organization: GeometryFactory

Le mardi 17 janvier 2012 02:34:15 mysmax a écrit :
> I had already linked with this path C:\Program
> Files\CGAL-3.9\auxiliary\gmp\lib

No. That is a path to a directory. You probably added that directory to the
linker *search path*. That is good: you need that.

Now, you need to add "libgmp-10.lib" in the input libraries of the linker, so
that binaries of your project are linked with that library.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page