[Insight-users] ITK vs Visual C++

Dan Mueller dan.muel at gmail.com
Thu Aug 21 10:23:12 EDT 2008


Hi Sergiy,

What Windows GUI are interested in: MFC or Windows Forms?

For MFC see:
    InsightApplications/itkMFC
    ( you'll need the source code from here:
        http://voxel.dl.sourceforge.net/sourceforge/itk/InsightApplications-3.8.0.zip
)

For Windows Forms (using managed C++):
    http://www.itk.org/pipermail/insight-users/2006-October/019652.html
    http://www.itk.org/Wiki/Itk_FAQ#Deal_with_Runtime_Exceptions_in_a_Managed_C.2B.2B_Windows_Forms_Application

For Windows Forms (using C#):
    http://insight-journal.org/InsightJournalManager/view_reviews.php?pubid=151

If you are an ITK newbie, I would definitely recommend (skim) reading
the ITK Software Guide, it will save you time in the long run:
    http://www.itk.org/ItkSoftwareGuide.pdf

Hope this helps get you started.

Cheers, Dan

2008/8/21 Sergiy Volkovych <Sergiy.Volkovych at materialise.kiev.ua>:
> Hi guys!
>
> Tell me please, how can I use ITK with Visual Studio 2005, if I want first
> to make a GUI and then add some ITK code. For example, I want first to make
> a form with some elements (menu for example and some buttons) and in such
> program use ITK.  Or, for example, if I already have some application with
> different forms and want to use ITK there? What I must to do then
> step-by-step?
>
> I am a beginner in ITK using, maybe I don't now something.
>
> Thank a lot!
>
> Best regards,
>
> Sergiy.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list