<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><span>Hi Luis,</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><span>I have tried to run the example from GettingStarted IV, itk integration with FLTK, but when I am building it, it returns me an error on the generated myProjectGUI.h:</span></div><div><span>2&gt;D:\Lib\Project\MyProject_Qt\bin\myProjectGUI.h(10) : error C2143: syntax error : missing ';' before '*'<br></span></div><div><span><br></span></div><div><span>This .h file is automatically generated, so I don't know what is the problem here.</span></div><div><span>It looks like:</span></div><div><span><div>#ifndef myProjectGUI_h</div><div>#define myProjectGUI_h</div><div>#include &lt;FL/Fl.H&gt;</div><div><br></div><div>class
 myProjectGUI {</div><div>public:</div><div>&nbsp; myProjectGUI();</div><div>&nbsp; Window *controlPanel;</div><div>&nbsp; ~myProjectGUI();</div><div>&nbsp; void Quit();</div><div>&nbsp; void Hide();</div><div>&nbsp; void Show();</div><div>};</div><div>#endif</div><div><br></div><div>thank you, Luis for helping me a lot!</div></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Luis Ibanez &lt;luis.ibanez@kitware.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Dora Szasz &lt;dora.szasz@yahoo.com&gt;<br><b><span style="font-weight: bold;">Cc:</span></b> "insight-users@itk.org" &lt;insight-users@itk.org&gt;<br><b><span
 style="font-weight: bold;">Sent:</span></b> Saturday, May 21, 2011 8:40 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Insight-users] Interfacing itk+vtk with visual studio<br></font><br>
Hi Dora,<br><br>Please read the Tutorials:<br>http://www.itk.org/ITK/help/tutorials.html<br><br>in particular:<br>"Getting Started II: Using ITK with VTK"<br>http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf<br><br><br>You may also find useful the examples in<br>Insight Applications:<br><br>InsightApplications/Auxiliary/vtk<br><br>itkReadITKImage3DExtractContourVTK.cxx<br>itkReadITKImage3DSegmentShowVTK.cxx<br>itkReadITKImageSegmentShowVTK.cxx<br>itkReadITKImageShowSplineVTK.cxx<br>itkReadITKImageShowVTK.cxx<br><br><br>and the following paper in the Insight Journal:<br>http://www.insight-journal.org/browse/publication/146<br>http://hdl.handle.net/1926/495<br><br><br><br>&nbsp; &nbsp; Luis<br><br><br>----------------------------------------------------<br>On Thu, May 19, 2011 at 12:14 PM, Dora Szasz &lt;<a ymailto="mailto:dora.szasz@yahoo.com" href="mailto:dora.szasz@yahoo.com">dora.szasz@yahoo.com</a>&gt; wrote:<br>&gt; Hello all,<br>&gt; Have
 you ever made or know an example of interfacing itk+vtk with visual<br>&gt; studio? I want something from I can begin to make an application. A GUI<br>&gt; created in Visual Studio in order to coordonate the vtk window. Some<br>&gt; interactive buttons and to coordonate an image/3d volume or something<br>&gt; created with vtk.<br>&gt; I am a beginer in Visual Studio interfacing and vtk and I want something for<br>&gt; the start point. A basic application.<br>&gt; Thank you a lot!<br>&gt; Dora<br>&gt; _____________________________________<br>&gt; Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; http://www.kitware.com/opensource/opensource.html<br>&gt;<br>&gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; http://www.kitware.com/products/protraining.html<br>&gt;<br>&gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt;
 http://www.itk.org/Wiki/ITK_FAQ<br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; http://www.itk.org/mailman/listinfo/insight-users<br>&gt;<br>&gt;<br><br><br></div></div></div></body></html>