<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>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 <FL/Fl.H></div><div><br></div><div>class
myProjectGUI {</div><div>public:</div><div> myProjectGUI();</div><div> Window *controlPanel;</div><div> ~myProjectGUI();</div><div> void Quit();</div><div> void Hide();</div><div> 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 <luis.ibanez@kitware.com><br><b><span style="font-weight: bold;">To:</span></b> Dora Szasz <dora.szasz@yahoo.com><br><b><span style="font-weight: bold;">Cc:</span></b> "insight-users@itk.org" <insight-users@itk.org><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> Luis<br><br><br>----------------------------------------------------<br>On Thu, May 19, 2011 at 12:14 PM, Dora Szasz <<a ymailto="mailto:dora.szasz@yahoo.com" href="mailto:dora.szasz@yahoo.com">dora.szasz@yahoo.com</a>> wrote:<br>> Hello all,<br>> Have
you ever made or know an example of interfacing itk+vtk with visual<br>> studio? I want something from I can begin to make an application. A GUI<br>> created in Visual Studio in order to coordonate the vtk window. Some<br>> interactive buttons and to coordonate an image/3d volume or something<br>> created with vtk.<br>> I am a beginer in Visual Studio interfacing and vtk and I want something for<br>> the start point. A basic application.<br>> Thank you a lot!<br>> Dora<br>> _____________________________________<br>> Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>><br>> Visit other Kitware open-source projects at<br>> http://www.kitware.com/opensource/opensource.html<br>><br>> Kitware offers ITK Training Courses, for more information visit:<br>> http://www.kitware.com/products/protraining.html<br>><br>> Please keep messages on-topic and check the ITK FAQ at:<br>>
http://www.itk.org/Wiki/ITK_FAQ<br>><br>> Follow this link to subscribe/unsubscribe:<br>> http://www.itk.org/mailman/listinfo/insight-users<br>><br>><br><br><br></div></div></div></body></html>