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 13:29:59 +0100
  • Organization: GeometryFactory

Le mercredi 09 mars 2011 12:56:37, DannyM a écrit :
> I want to use CGAL as Java JNI library, no problem for a Linux System,
> because there exists a dynamic / shared library that I can include. But
> JNI can only include dynamic libraries, and no static libraries, so it
> is a problem using JNI and CGAL on a Windows OS.

You can create a DLL that contains JNI code and links to the static CGAL.lib.

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