Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Dynamic library for Windows

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Dynamic library for Windows


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Dynamic library for Windows
  • Date: Wed, 9 Mar 2011 12:35:04 +0100
  • Organization: GeometryFactory

Le mardi 08 mars 2011 18:56:50, DannyM a écrit :
> Hello,
>
> is it possible to generate shared or dynamic libraries of CGAL for Windows
> OS ? In the installation manual I found only "Under Windows we only
> support the static versions of the Cgal libraries". Why only static libs
> supportet ?

So that a DLL is usable, on Windows, the developers of the library need to
use
the special attribute "__declspec(dllexport)". See the documentation:
http://msdn.microsoft.com/en-us/library/a90k134d.aspx

As for CGAL libraries, we have not done that work so far.


Why do you need to compile CGAL as a DLL? It might be a motivation for us to
try implementing that support for CGAL-3.9 (next release CGAL-3.8 is about to
be published and can not longer be developped).

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