[vtkusers] Linking error during x64 VTK 5.8.0 compile

jimmigoo jimmigoo at gmail.com
Fri May 18 08:19:38 EDT 2012


Hi David!

Yes, vtkGenericFiltering.lib has been included, 
I'm using a header file to include all libraries with #pragma comment
directive. 

I've used CMake to generate VTK.sln Visual Studio Solution, 
using Visual Studio 2010 x64 compiler. 

So, do you have other suggest?
I'm looking for your reply, 
Regards, 
Francesco

-----------
#pragma comment(lib,"vtkCommon.lib")
#pragma comment(lib,"vtkDICOMParser.lib")
#pragma comment(lib,"vtkFiltering.lib")
#pragma comment(lib,"vtkGenericFiltering.lib")
#pragma comment(lib,"vtkGraphics.lib")
#pragma comment(lib,"vtkHybrid.lib")
#pragma comment(lib,"vtkIO.lib")
#pragma comment(lib,"vtkImaging.lib")
#pragma comment(lib,"vtkParallel.lib")
#pragma comment(lib,"vtkNetCDF.lib")
#pragma comment(lib,"vtkRendering.lib")
#pragma comment(lib,"vtkVolumeRendering.lib")
#pragma comment(lib,"vtkWidgets.lib")
#pragma comment(lib,"vtkexoIIc.lib")
#pragma comment(lib,"vtkexpat.lib")
#pragma comment(lib,"vtkfreetype.lib")
#pragma comment(lib,"vtkftgl.lib")
#pragma comment(lib,"vtkjpeg.lib")
#pragma comment(lib,"vtkpng.lib")
#pragma comment(lib,"vtksys.lib")
#pragma comment(lib,"vtktiff.lib")
#pragma comment(lib,"vtkzlib.lib")
#pragma comment(lib,"opengl32.lib")
#pragma comment(lib,"glu32.lib")

--
View this message in context: http://vtk.1045678.n5.nabble.com/Linking-error-during-x64-VTK-5-8-0-compile-tp5711817p5711861.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list