To be honest, I'm quite surprised that you went for 2012 express, given 
that there now exists a VS2013 community edition: 
http://www.microsoft.com/en-gb/download/details.aspx?id=44914
I'd go for that one, get your qt 5.4 binaries (for 2013, they have both 
32 and 64 bit versions), and rebuild MITK from scratch - just don't 
forget to delete your superbuild directory otherwise you might run into 
many weird problems.
For VS2013, I haven't had any problems in a while (although I use the 
professional version, but I reckon that won't matter in this case).

Rostislav.

On 24/08/2015 17:42, Heraldo Sifuentes wrote:
> So, I downloaded and installed VS2012 Express. When I try to run the
> application, I get the message, that there is a compability problem,
> but the program can be executed. So, I execute the program without
> solving the compability issues, but I need a product key to use VS2012
> or sign in to MSN. I use the sign option, but the whole registration
> doesn't work.
>
> Is there any way to use VS2012 Express without signing in or using a
> product key?
>
> About Qt: the website only offers a 32bit version of the 5.4.1
> release. Trying to build Qt myself didn't work, 'cause the compiler
> got into an endless loop.
>
> Am I the only one having so many issues to just build up a single program?
>
> 2015-08-24 11:43 GMT+02:00 Goch, Caspar Jonas <c.g...@dkfz-heidelberg.de>:
>> Hi Heraldo,
>>
>> that is probably the problem. We currently do not officially support (read, 
>> nobody of us is using it and we have not tested it yet) VS 2015. Please take 
>> a look at the supported platforms for alternatives [1]. Also, as far as I am 
>> aware Qt is not available for VS 2015 yet? Did you build your version 
>> yourself?
>>
>> Regarding 32/64 Bit, just make sure that your installed Qt matches the 
>> target you are trying to build.
>>
>> I can understand your frustration, but so far there has been nothing we can 
>> do about but point you at the documentation.
>>
>> Best,
>> Caspar
>>
>> P.S: Please be so kind as to use a subject, that really helps deciding at a 
>> glance whether it is something one might be most qualified to answer.
>>
>> [1] http://docs.mitk.org/2015.05/SupportedPlatformsPage.html
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Heraldo Sifuentes [mailto:e0607...@gmail.com]
>> Gesendet: Montag, 24. August 2015 10:27
>> An: mitk-users@lists.sourceforge.net
>> Betreff: [mitk-users] (no subject)
>>
>> Hi,
>>
>> I'm using Visual Studio Company 2015, which can be downloaded from this site:
>> https://www.visualstudio.com/products/visual-studio-community-vs
>>
>> But I don't really know where I can get some information about the compiler.
>> I changed the CMakeList.txt file. I assigned the CMAKE_PREFIX_PATH variable 
>> the path to Qt, because CMAKE didn't accept the path as input while 
>> configurating MITK.
>>
>> My Qt is a 32bit version and I suppose that my Visual Studio is a 64bit 
>> application. May that be the problem? If so, where can I get a Visual Studio 
>> Express 32bit version? I don't know which version is been offered by the 
>> homepage.
>>
>>
>> Regarding the plugin.
>> I downloaded and installed this version of MITK 
>> http://www.mitk.org/download/releases/MITK-2015.05/Windows/
>>
>> I downloaded this application for the creation of plugins:
>> http://mitk.org/wiki/Downloads#Plugin_Generator
>>
>> I followed this manual:
>> http://docs.mitk.org/nightly/NewPluginPage.html
>>
>> I create my plugin with this command:
>>
>> ./MitkPluginGenerator --plugin-symbolic-name org.mycompany.myplugin 
>> --view-name "My View"
>>
>> I copied my plugin to the MTIK/Plugin directory, but I couldn't configure 
>> the plugin.cmake file, because there is no cmake file.
>> Do I need any extra software to create plugins? Or is the creation of 
>> plugins only possible when building MITK?
>>
>> I want to solve this problems this week, 'cause I need to advance with my 
>> work, but every time I solve a problem, another one shows up.
>>
>> Best regards,
>> Heraldo
>>
>>
>> --------------------------------------------------------------------------------------------------------------------------------------------
>> Hi Heraldo,
>>
>> which Visual Studio compiler are you using? Have you changed any CMake 
>> setting? Does this happen if you follow the build instructions exactly?
>>
>> Regarding the plugin:
>> I do not understand your question. Where did you generate your code?
>> What have you installed? What are you trying to do?
>> If you want to create a new plugin take a look at [1].
>>
>> Best,
>> Caspar
>>
>> P.S: Please avoid sending screenshots over the users list as this leads to a 
>> lot of people getting large mails. Generally sending links to the 
>> screenshots is better, or in the case of error messages sending the log 
>> itself (or the relevant part thereof, if one knows which one is relevant).
>>
>> [1] http://docs.mitk.org/nightly/NewPluginPage.html
>> ________________________________________
>> Von: Heraldo Sifuentes [e0607...@gmail.com]
>> Gesendet: Freitag, 21. August 2015 15:26
>> An: mitk-users@lists.sourceforge.net
>> Betreff: [mitk-users] Superbuild
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> mitk-users mailing list
>> mitk-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mitk-users
> ------------------------------------------------------------------------------
> _______________________________________________
> mitk-users mailing list
> mitk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mitk-users


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

Reply via email to