[vtkusers] Request about "vtkCommon.lib"

John Drescher drescherjm at gmail.com
Tue Mar 31 10:57:06 EDT 2009


2009/3/31 panyuebit <panyuebit at 163.com>:
> hi all,
>
> Question:When I make one small program with vtk, I came across an error:
>
>  fatal error LNK1104: cannot open file "vtkCommon.lib"
>
> Does anyone know what this is about? How to deal with this problem?
> I cannot find any vtkCommon.lib in my computer. Can anyone send me the lib
> file?
>
No for several reasons. This lib will only work on the same compiler I
built it from with the same choices in cmake.
>
> Thank you very much
>

Did you build vtk from source? Does your CMakeLists.txt file for the
application you are writing have

INCLUDE( ${VTK_USE_FILE} )

John



More information about the vtkusers mailing list