<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm trying to use vtkFlRenderWindowInteractor by
Charl Botha with FLTK 1.1.4 and VTK 4.2 on Windows 2000 </FONT></DIV>
<DIV><FONT face=Arial size=2>But I have the following error during the linking
(in VC++ 6.0):</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>vtkFlRenderWindowInteractor.obj : error LNK2001:
unresolved external symbol "private: virtual void __thiscall
Fl_Gl_Window::draw_overlay(void)" (<A
href="mailto:?draw_overlay@Fl_Gl_Window@@EAEXXZ">?draw_overlay@Fl_Gl_Window@@EAEXXZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
Fl_Gl_Window::hide(void)" (<A
href="mailto:?hide@Fl_Gl_Window@@UAEXXZ">?hide@Fl_Gl_Window@@UAEXXZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
Fl_Gl_Window::show(void)" (<A
href="mailto:?show@Fl_Gl_Window@@UAEXXZ">?show@Fl_Gl_Window@@UAEXXZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: virtual __thiscall
Fl_Gl_Window::~Fl_Gl_Window(void)" (<A
href="mailto:??1Fl_Gl_Window@@UAE@XZ">??1Fl_Gl_Window@@UAE@XZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: void __thiscall
Fl_Gl_Window::make_current(void)" (<A
href="mailto:?make_current@Fl_Gl_Window@@QAEXXZ">?make_current@Fl_Gl_Window@@QAEXXZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
Fl_Gl_Window::resize(int,int,int,int)" (<A
href="mailto:?resize@Fl_Gl_Window@@UAEXHHHH@Z">?resize@Fl_Gl_Window@@UAEXHHHH@Z</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "public: virtual void __thiscall
Fl_Gl_Window::flush(void)" (<A
href="mailto:?flush@Fl_Gl_Window@@UAEXXZ">?flush@Fl_Gl_Window@@UAEXXZ</A>)<BR>vtkFlRenderWindowInteractor.obj
: error LNK2001: unresolved external symbol "private: void __thiscall
Fl_Gl_Window::init(void)" (<A
href="mailto:?init@Fl_Gl_Window@@AAEXXZ">?init@Fl_Gl_Window@@AAEXXZ</A>)<BR>Debug/Cone3.exe
: fatal error LNK1120: 8 unresolved externals</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have included the following .lib:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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</FONT></DIV>
<DIV><FONT face=Arial size=2>i'am using multithreaded dll</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any suggestion will be appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks </FONT></DIV></BODY></HTML>