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">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>Brian