Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: compilation error: new project from scratch

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: compilation error: new project from scratch


Chronological Thread 
  • From: vanimurarka <>
  • To:
  • Subject: [cgal-discuss] Re: compilation error: new project from scratch
  • Date: Mon, 27 Jun 2011 09:08:41 -0700 (PDT)

Hi,

I managed to remove the errors being generated from moc_Viewer.obj by
including QGLViewerd2.lib and psapi.lib in the Linker->Input->Additional
Dependencies setting in my VS project settings. I cannot see how to remove
the following error that remains:

Error 1 error LNK2019: unresolved external symbol "public: __thiscall
Viewer::Viewer(class QWidget *,bool)"
(??0Viewer@@QAE@PAVQWidget@@_N@Z)
referenced in function "public: void __thiscall
Ui_qttrialClass::setupUi(class QMainWindow *)"
(?setupUi@Ui_qttrialClass@@QAEXPAVQMainWindow@@@Z)
qttrial.obj

Help, please!

Thanks

Vani


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/compilation-error-new-project-from-scratch-tp3625080p3628101.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page