Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] run program cgal by vc8

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] run program cgal by vc8


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] run program cgal by vc8
  • Date: Fri, 18 Dec 2009 14:31:53 +0100
  • Organization: GeometryFactory

On Friday 18 December 2009 14:12:10 variable wrote:
> It works, but what is weird is the words in the manual page(installation
> manual:
> http://www.cgal.org/Manual/3.4/doc_html/installation_manual/Chapter_install
> ation_manual.html#Footnote_12 )4.6 Static vs.Dynamic Libraries:Under
> windows we only support the static versions of the CGAL libraries...

There is a confusion between static/dynamic library (/DLL or not), and
static/dynamic C/C++ runtime (/MD or /MT)!

As far as I understand, CGAL under Windows creates static CGAL libraries
using
dynamic runtime (/MD).

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