Hi,<br>you may be using a 5.x version of VTK, and the problem is that vtkFLTK don&#39;t work with VTK 5.x version. Try the vtkFlRenderWindowInteractor to connect your VTK application with FLTK GUI (<a href="http://cpbotha.net/software/vtkflrenderwindowinteractor">
http://cpbotha.net/software/vtkflrenderwindowinteractor</a>).<br><br><div><span class="gmail_quote">On 7/31/07, <b class="gmail_sendername">Brian Gee Chacko</b> &lt;<a href="mailto:hebrev@gmail.com">hebrev@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>i was just trying out to use a Graphics User Interface (GUI) for VTK&nbsp;and  i found that vtkFLTK would be sufficient for using simple GUI for my applications. I tried to follow the instructions on 
<br clear="all"><br>
<u><a href="http://vtkfltk.sourceforge.net/Building.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://vtkfltk.sourceforge.net/Building.html</a></u><br><br>, after which i got some errors. For instance
<br><br>(1) While trying to builf fltk seperately the following error displays
<br><br>Linking...<br>LINK : fatal error LNK1104: cannot open file &quot;fltk_zlib.lib&quot;<br>Error executing link.exe.<br><br>ALL_BUILD - 1 error(s), 0 warning(s)<br><br>(2) While trying to build vtkFLTK the following error message gets displayed
<br><br>Compiling...<br>Fl_VTK_Window.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;<br>vtkFLTKObjectFactory.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h

(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;<br>vtkFLTKOpenGLRenderWindow.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;
<br>vtkFLTKRenderWindowInteractor.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;<br>vtkFLTKInstantiator.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h

(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;<br>vtkFLTKInstantiator0.cxx<br>D:\vtkFLTK-0.6.1\vtkFLTK-Build\vtkFLTKConfigure.h(59) : fatal error C1021: invalid preprocessor command &#39;warning&#39;
<br>Generating Code...<br>Error executing cl.exe.<br>ALL_BUILD - 6 error(s), 0 warning(s)<br><br><br>How do i go about this, just to create a simple application with VTK using the FLTK interface? Is there any separate tutorial for this available?
<br><br>Regards,<br><span class="sg">Brian
</span><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br><br></blockquote></div><br>