Hello Soufiane,
I am also still relatively new to MITK and found the best approach to
"easy" MITK development is to use the MITK Project template, which you can
find here: https://github.com/MITK/MITK-ProjectTemplate
Generally speaking, you need to download that template, build it and follow
the instructions in the link below, which I guess is what you have done?
http://docs.mitk.org/nightly-qt4/HowToNewProject.html
Now, regarding your issue.
Do you simply want to use MITK?
Then your best approach is probably to download the executable:
http://www.mitk.org/download/releases/MITK-2013.12/Windows/
Do you want to develop software with MITK?
Then, you will want to get familiar with cmake, linkers and stuff like that.
Let's assume you want to write some code and maybe develop your own MITK
plugin. In this case you need to make sure you meet these prerequisites:
http://docs.mitk.org/nightly-qt4/SupportedPlatformsPage.html
For Windows, you need Visual Studio 2008 SP1, you will also need CMake (
http://www.cmake.org/) to configure the project and most likely Qt as you
want a UI: http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html
To get started you want to open CMake and set the "source code path" to
where your project template is located (e.g. C:/dev/MITK-ProjectTemplate)
and the "build path" to wherever you want to build your project (preferably
not inside the source directory, e.g. C:/build/MITK-Project).
Then you click "Configure", you need to select Visual Studio 2008, then you
click "Generate".
After that completed, you can start your Visual Studio project from that
build directory, where you should find an "AwesomeProject" Visual Studio
project file.
Hope this helps.
Chris
On Mon, Feb 3, 2014 at 4:23 PM, Soufiane Haddani <[email protected]
> wrote:
>
>
> *De :* Soufiane Haddani <[email protected]>
> *Envoyé :* lundi 3 février 2014 15:12
> *À :* [email protected]
>
> Hello,
>
> I'm doing an internship were I started using MITK.
>
> So I want actually to go throught the MITK tutorial step 1 to the last
> step.
> I'm alreday stuck at the step 1 like this:
> -I launch 'StartVS_release.bat" like they say in the tutorial
> -create a new empty project called "step1"
> -Then I copy the code from the tutorial in an empty c++ project
>
> but when I start compiling it says:' Cannot open include file:
> 'QmitkRegisterClasses.h': No such file or directory'
> I dont understand because by staring the batch file, all the directories
> should be set, no?
>
> I'm not familiar with linkers, cmake files and other stuff like this. All
> what I want is to be able to "play" wit MITK as a toolkit, get familiar
> with it and then develope some image procesing methode that I will apply on
> images examples.
>
> What do you advice me to do?
>
> Thank you very much
>
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users