Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] entry point not found in Qt DLLs

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] entry point not found in Qt DLLs


Chronological Thread 
  • From: Hari <>
  • To:
  • Subject: Re: [cgal-discuss] entry point not found in Qt DLLs
  • Date: Fri, 14 May 2010 00:38:09 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nlvoPUVnm9A/I+wsmrPqXw8kz5/mP0+hstVJwsr2iRCyfUdulQ8uGNu3UPZB1nM8yH ANQsjpTFPyGv8bhe9AmNmFkc72oxNw586TeUuTM8jPVZu7w3WIMz14HPIT2pmq+dC0gH 9jY0nUFi08feo4PAALi++Rscag9pzlg/Vfm+E=

Hello,

Qt and other such opensource libraries make use of preprocessor flags to conditionally compile some functionality. Are you sure you enabled the functionality that you are trying to make use of? You could enable it by passing flags to "configure". Something like "configure --with-opengl". Not sure what build tool qt is making use of.

Regards,
Hari

On Thu, May 13, 2010 at 9:24 PM, <> wrote:
Hello,

I have Qt version 4.6.2, and I am trying to run the surface mesher demo. I
re-compiled Qt DLLs with VS2008, which is the environment I am working with.
However, I still get "Entry point XYZ cannot be located in QtGui4.dll",
although I specifically copied the newly-compiled DLL into the surface mesher
library. I've run out of ideas. Any suggestions?

Amir.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




--
“Whatever words we utter should be chosen with care for people will hear them and be influenced by them for good or ill.” - Gautama Buddha



Archive powered by MHonArc 2.6.16.

Top of Page