Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem using CGAL with visual 2010, help please

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem using CGAL with visual 2010, help please


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] problem using CGAL with visual 2010, help please
  • Date: Tue, 03 Jun 2014 12:26:47 +0200
  • Organization: GeometryFactory

Le Saturday 31 May 2014 01:56:46 sherazad a écrit :
> Hi,
>
> Thank's for your response,
>
> The problem is when I try to create a new project (in my situation I want
> to use Delaunay triangulation), I must include "
> <CGAL/Mesh_triangulation_3.h>"
>
> but when I compile it with visual it generate (fatal error C1083) so CGAL
> isn't recognazed.
>
> any idea?[?]
> thank's


The answer is not specific to CGAL, and is in the documentation of Visual
Studio, for the error C1083:
http://msdn.microsoft.com/en-us/library/et4zwx34%28v=vs.100%29.aspx

In your project, you need to add the path to the sub-directory
CGAL-4.x/include in the list of additional include directories.

You will also need to add the include directory of CGAL dependencies (at
least
Boost, GMP, MPFR).

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



  • Re: [cgal-discuss] problem using CGAL with visual 2010, help please, Laurent Rineau (CGAL/GeometryFactory), 06/03/2014

Archive powered by MHonArc 2.6.18.

Top of Page