Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] From cgal2 to cgal

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] From cgal2 to cgal


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] From cgal2 to cgal
  • Date: Tue, 04 Dec 2007 12:37:39 +0100

Simao Soares wrote:
Hello,

I'm currently working with some source coded with cgal 2.x. I'm trying to put it working with CGAL 3.3.1, the error I'm getting is that it can't found 'CGAL/compiler_config.h'if I put the file in that place

Hi,

Instead of moving the file you should have an additional include directory



after that it can't find ' cgal.lib'.

With the windows installer and the vcproj files, there is no
need to specify additional libraries. CGAL hader files contain
a #pragma that tells the linker against which version of CGAL
to link. The lib file has a different name depending on debug/release
and multi/single threaded, e.g. CGAL-vc80-mt-gd.lib

andreas


I think there is something at the includes declaration, is there any difference from version 2 to the current?

Regards,
Simão

Ps. All the demos/examples of the 3.3.1 version are compiling and working perfectly.




Archive powered by MHonArc 2.6.16.

Top of Page