[vtkusers] VTK 6.3 in Qt Creator

Gib Bogle g.bogle at auckland.ac.nz
Sun Nov 15 20:54:15 EST 2015


I use cmake everywhere except for building Qt programs, so I understand what you are saying.  I really like Qt Creator, though.

I have linked a lot more libraries, and now I'm down to only 3 unresolved externals:

vtkRenderingCore-6.3.lib(vtkAreaPicker.obj) : error LNK2019: unresolved external symbol "public: static class vtkExtractSelectedFrustum * __cdecl vtkExtractSelectedFrustum::New(void)" (?New at vtkExtractSelectedFrustum@@SAPAV1 at XZ) referenced in function "protected: __thiscall vtkAreaPicker::vtkAreaPicker(void)" (??0vtkAreaPicker@@IAE at XZ)
vtkRenderingCore-6.3.lib(vtkAreaPicker.obj) : error LNK2019: unresolved external symbol "public: void __thiscall vtkExtractSelectedFrustum::CreateFrustum(double * const)" (?CreateFrustum at vtkExtractSelectedFrustum@@QAEXQAN at Z) referenced in function "protected: void __thiscall vtkAreaPicker::DefineFrustum(double,double,double,double,class vtkRenderer *)" (?DefineFrustum at vtkAreaPicker@@IAEXNNNNPAVvtkRenderer@@@Z)
vtkRenderingCore-6.3.lib(vtkAreaPicker.obj) : error LNK2019: unresolved external symbol "public: int __thiscall vtkExtractSelectedFrustum::OverallBoundsTest(double *)" (?OverallBoundsTest at vtkExtractSelectedFrustum@@QAEHPAN at Z) referenced in function "protected: int __thiscall vtkAreaPicker::ABoxFrustumIsect(double * const,double &)" (?ABoxFrustumIsect at vtkAreaPicker@@IAEHQANAAN at Z)
release\scell_GUI.exe : fatal error LNK1120: 3 unresolved externals

I'm trying to track down the required library.
________________________________________
From: vtkusers [vtkusers-bounces at vtk.org] on behalf of harshad1 [hsriniv2 at ncsu.edu]
Sent: Monday, 16 November 2015 2:50 p.m.
To: vtkusers at vtk.org
Subject: Re: [vtkusers] VTK 6.3 in Qt Creator

For what it's worth, I gave up on this after an hour of trying and switched
to cmake. Haven't looked back since...



--
View this message in context: http://vtk.1045678.n5.nabble.com/VTK-6-3-in-Qt-Creator-tp5734989p5734990.html
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list