[vtkusers] using vtkflrendeWindowInteractor

Fabio De Pascalis fabio.depascalis at brindisi.enea.it
Fri Dec 19 05:48:17 EST 2003


Hi,

I'm trying to use vtkFlRenderWindowInteractor by Charl Botha with FLTK 1.1.4 and VTK 4.2 on Windows 2000 
But I have the following error during the linking (in VC++ 6.0):

vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall Fl_Gl_Window::draw_overlay(void)" (?draw_overlay at Fl_Gl_Window@@EAEXXZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Fl_Gl_Window::hide(void)" (?hide at Fl_Gl_Window@@UAEXXZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Fl_Gl_Window::show(void)" (?show at Fl_Gl_Window@@UAEXXZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall Fl_Gl_Window::~Fl_Gl_Window(void)" (??1Fl_Gl_Window@@UAE at XZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: void __thiscall Fl_Gl_Window::make_current(void)" (?make_current at Fl_Gl_Window@@QAEXXZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Fl_Gl_Window::resize(int,int,int,int)" (?resize at Fl_Gl_Window@@UAEXHHHH at Z)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Fl_Gl_Window::flush(void)" (?flush at Fl_Gl_Window@@UAEXXZ)
vtkFlRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "private: void __thiscall Fl_Gl_Window::init(void)" (?init at Fl_Gl_Window@@AAEXXZ)
Debug/Cone3.exe : fatal error LNK1120: 8 unresolved externals

I have included the following .lib:

fltkd.lib wsock32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib + the vtk's library
i'am using multithreaded dll

Any suggestion will be appreciated.


Thanks 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031219/2488d1fe/attachment.htm>


More information about the vtkusers mailing list