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

On Wednesday 24 March 2010 13:07:14 Pavel Nyaga wrote:
> Hello,
>
> Has anybody tried to run "Alpha_shapes_3" demo? It gives an error: "The
> procedure entry point _Z5qFreePv could not be located in the dynamic link
> library QtCore4.dll". Even demo from CGAL website with "all demo dlls"
> gives the same error (except that it asks for mingwm10.dll, but after
> addition the same)...

Hi Pavel,

What binary have you tried to run? One that you compiled or one downloaded
from CGAL website?

It seems that Qt4 is installed on your machine, and that version of Qt4 has
been compiled with mingw. Binaries that you can download one the CGAL website
cannot be mixed with that version of Qt4. Check what you have in your path.

The easiest way to run CGAL precompiled demos is to put the "all demo dlls"
in
the same directory as the demo itself. That way, you are sure that the
dynamic
linker of Windows will found the correct Qt4 DLLs.

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