[Cmake] vtkRenderWindowInteractor::GetClassName

Bill Hoffman bill.hoffman at kitware.com
Tue May 20 13:22:50 EDT 2003


It means you are not linking the library that contains
vtkRenderWindowInteractor::GetClassName into Sample_gtk.exe.
I guess you would have to give more information about
your CMakeLists.txt files.   Have you looked the
cmakelist files in VTK/Examples/Tutorial?

-Bill


At 12:29 PM 5/20/2003, Mathieu Malaterre wrote:
>Hi all,
>        I am trying to build my own program:
>http://www.creatis.insa-lyon.fr/~malaterre/wxVTK/
>
>with VC++ 6, but I failed to -sig- !
>
>Here is what I get:
>Linking...
>wxVTKRenderWindowInteractor.obj : error LNK2001:
>unresolved external symbol "public: virtual char const
>* __thiscall
>vtkRenderWindowInteractor::GetClassName(void)const "
>(?GetClassName at vtkRenderWindowInteractor@@UBEPBDXZ)
>Release/Sample_gtk.exe : fatal error LNK1120: 1
>unresolved externals
>Error executing link.exe
>
>Does this means something to any of you ?
>
>Thanks,
>mathieu
>
>-- 
>Mathieu Malaterre
>CREATIS
>28 Avenue du Doyen LEPINE
>B.P. Lyon-Montchat
>69394 Lyon Cedex 03 http://www.creatis.insa-lyon.fr/~malaterre/
>
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake






More information about the CMake mailing list