Hi James, do you need help to compile MITK with VS2005 (e.g. create Visual Studio solution files), or do you need a tutorial about how to use MITK?
MITK uses CMake (www.cmake.org) to create native build files for different platforms. You can use it to generate VS8 solution files. Take a look at the cmake webpage for details. There are multiple "how to use MITK" tutorials here: http://docs.mitk.org/nightly/examples.html If you set MITK_BUILD_TUTORIAL to ON in Cmake, there will be multiple projects in the VS solution file called "StepXXX" which contain the tutorial code. Regards, Jochen --- MSc. Jochen Neuhaus DKFZ German Cancer Research Center (Deutsches Krebsforschungszentrum) Member of the Helmholtz Association Division Medical and Biological Informatics E130 Im Neuenheimer Feld 280 D-69120 Heidelberg Phone: 49-(0)6221-42-2329 Fax: 49-(0)6221-42-2345 E-Mail: [email protected] Web: http://www.dkfz-heidelberg.de/en/mbi/people/Jochen_Neuhaus.html Confidentiality Note: This message is intended only for the use of the named recipient(s) and may obtain confidential and/or privileged information. If you are not the intended recipient, please contact the sender and delete the message. Any unauthorized use of the information contained in this message is prohibited. > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] > Gesendet: Mittwoch, 25. Februar 2009 16:55 > An: [email protected] > Betreff: [mitk-users] Is there any tutorial for Visual Studio C++ 2005? > > Dear MITK-Developers, > I'm new to MITK and i am using Visual Studio C++ 2005.It is hard > for me to start with MITK without tutorials.Is there any tutorial for > Visual Studio C++ 2005 that i can compile and learn how to use it? > Thank you very much! > > Best wishes, > James Yuan > > ----------------------------------------------------------------------- > ------- > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
