Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib


Chronological Thread 
  • From: Mohamed Yousef <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_Qt4-vc90-mt-sgd.lib
  • Date: Thu, 11 Mar 2010 20:31:12 +0200
  • 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=go2HSikgQQG+PnnsnCYzFTu+8xylOxYyHNHG9o5cdya6tjwQMvKxNAviWJAIPaQPRD aWOzDEFbNzPf7km9x5WheSRzHHYGRCEHNsqHbgefd8sIF6fhktpbvGoQrVlvFghexrxk +xqofGCjnxRrCQgDzmCU/xeozdHCnzFxLF16Q=

1) make sure the lib file really exists in your installation folder
2) make sure it's added to you library include folder
3) make sure it's added to linker -> input -> additional dependencies
4) make sure you can run the Qt4 demos (e.g. Polyhedron_3)

Regards,
Mohamed Yousef

On 11 March 2010 19:34, <> wrote:
Hi,

I installed CGAL-3.5.1 following:
http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows.
But when i try to build a project (visual studio 2008) using:

#include <boost/format.hpp>
#include <QtGui>
#include <CGAL/Qt/GraphicsViewNavigation.h>
#include <QLineF>
#include <QRectF>

the compiler reports the error:

LINK : fatal error LNK1104: cannot open file 'CGAL_Qt4-vc90-mt-sgd.lib'


Is there anybody who knows what should i do to build the project successfully.

Thanks!

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





Archive powered by MHonArc 2.6.16.

Top of Page