Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Alpha_shapes_3 demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Alpha_shapes_3 demo


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Alpha_shapes_3 demo
  • Date: Wed, 24 Mar 2010 16:04:35 +0100
  • Organization: GeometryFactory

On Wednesday 24 March 2010 13:43:42 Pavel Nyaga wrote:
> Hi Laurent,
>
> Both ways with placing in the same directory as the demo itself. Moreover
> it looks like CGAL site demo was compiled with mingw as it asks for
> mingwm10.dll and after gives the same error message as I get when use
> mine.

The exe file that is contained in that zip file:
http://www.cgal.org/demo/3.6/alpha_shape_3.zip
requires exactly:
QtOpenGL4.dll
QtGui4.dll
QtCore4.dll
QGLViewer2.dll
gmp-vc90-mt.dll

Actually, the problem is that http://www.cgal.org/demo/3.6/CGAL-demoDLLs.zip
did not contain QGLViewer2.dll. You probably have on your machine a version
of
that DLL that depends on MinGW runtime.

It is fixed, now. You can now redownload that zip file:
http://www.cgal.org/demo/3.6/CGAL-demoDLLs.zip
and unzip it in the directory of the demo. I have verified, on a machine that
does not have Qt installed (a Windows emulator for Linux), that the demo can
be launched.

I can see in the log file of the web server that the precompiled demos are
frequently downloaded, but nobody has yet reported that bug. Sorry for the
inconvenience.

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