Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] The procedure entry point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] The procedure entry point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] The procedure entry point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll
  • Date: Tue, 7 Jun 2011 09:50:03 +0200
  • Organization: GeometryFactory

Le lundi 06 juin 2011 22:50:55, Liang a écrit :
> Hi everyone,
>
> I tried to run Surface_reconstruction_points_3 demo from within Visual
> Studio 2008 when I encountered this error: "The procedure entry point
> _Z5qFreePv could not be located in the dynamic link library QtCore4.dll"
> under both debug and release mode.

Check your PATH. The version of Qt you used to compile and link your
application is not the same as the version that was found dynamically during
the execution of your application.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page