Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: how to run demo after build VS2008

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: how to run demo after build VS2008


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: how to run demo after build VS2008
  • Date: Mon, 27 Jun 2011 18:45:28 +0200
  • Organization: GeometryFactory

On samedi 25 juin 2011 02:13:54 Zhanghong Tang wrote:
> Dear Dr. Rineau,
>
> Thank you very much for your kindly reply. I downloaded latest
> "libQGLViewer-2.3.10" and build it, the libraries "QGLViewer2.lib" and
> "QGLViewer2.dll" are generated.

So you build libQGLViewer in release mode.

> After reconfigured the CGAL by CMAKE, I
> build the CGAL projects by VS2010, still 24 projects failed. Most of the
> errors are as follows:
>
>
> unresolved external symbol "__declspec(dllimport) public: void __thiscall
> qglviewer::Frame::setPosition(float,float,float)"
> (__imp_?setPosition@Frame@qglviewer@@QAEXMMM@Z)
> referenced in function
> "public: void __thiscall
> Polyhedron_demo_pca_plugin::on_actionFitPlane_triggered(void)"
> (?on_actionFitPlane_triggered@Polyhedron_demo_pca_plugin@@QAEXXZ)

What is the content of the CMake variable named QGLVIEWER_LIBRARIES in your
cache?

Are you compiling in release mode or debug?

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