Hey!

Thank you for your answer! I mananged to build up MITK and to run the
application (from Visual Studio). Now I want to segment some organs,
but I don't see any segmentation tools. Are there any and if so, wich
one is it or how do I start a segmentation? I only see
"IsoSurface/Growing Region/Volumetry/Surface Utility/etc".
I also want to create my own plugins or modify the modules in the
actual build. How do I do this once I created my files, copied them in
the correct directories and modified the cmake files? Start from
scratch or just start the application as I did (set "MitkWorkbench" as
StartUp project and push F5)?

Regarding the architecture:
I didn't care about a MITK x86 or x64 build, I just wanted to build
it. I downloaded the x86 version of Qt 5.4.1, Visual Studio
2015/2012/2013 and the actual MITK project. If you say that Visual
Studio itself is a x86 app, then there were no problems between Qt and
VS. While compiling the superbuild I noticed that VS was using "Win32"
as solution platform. So everything was created as a 32 bit
application, but why did I still get difficulties while building up
MITK? Is it because my Windows is a 64 bit version? Before every new
build I deleted the whole superbuild directory, so I always started
anew but that didn't help either. Now I ran everything on x64 (only
Visual Studio 2013 is x86 as you said) an it worked.

Best,
Heraldo


2015-08-26 1:14 GMT+02:00 Kislinskiy, Stefan <s.kislins...@dkfz-heidelberg.de>:
> One more note as you seem to be confused about x86 and x64 build 
> configurations with Visual Studio: Visual Studio itself is a x86 (32 bit) 
> application. Nevertheless you can create x86 and x64 applications with it, 
> which can be specified in the build configuration of Visual Studio projects. 
> CMake will do that for you. For example - I guess you have a 64-bit Windows 
> and you want to build a 64-bit MITK - you should install the 
> msvc2013_64_opengl version of Qt, and when pressing Configure in CMake for 
> the first time, select the Visual Studio 2013 Win64 generator. This generator 
> will automatically set the default configurations of the generated Visual 
> Studio projects to 64 bit. If you want to build a 32-bit MITK, you should 
> (also) install msvc2013_32_opengl and choose the Visual Studio 2013 Win32 
> generator. In both examples make sure to set CMAKE_PREFIX_PATH to the 
> according Qt path, as you cannot link a 32-bit application to 64-bit 
> libraries and vice versa.
> ________________________________________
> Von: Kislinskiy, Stefan [s.kislins...@dkfz-heidelberg.de]
> Gesendet: Mittwoch, 26. August 2015 00:45
> An: Heraldo Sifuentes; mitk-users@lists.sourceforge.net
> Betreff: Re: [mitk-users] Building MITK from source

------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to