Rao,
sure. After downloading the MITK 0.12.2 source code package (http://sourceforge.net/project/showfiles.php?group_id=147803&package_id=162973&release_id=688539), you can compile and run the exact same MainApp application as provided as binary on our homepage. Regards Matthias From: [email protected] [mailto:[email protected]] Sent: Tuesday, July 21, 2009 9:20 PM To: [email protected] Subject: Re: [mitk-users] How to compile mitk to show the demo interface -------------- 原始邮件 -------------- Dear Matthias, Thank you for your help-"Current MITK SVN is on QT 4 base only. However, you may use the QT 3 MITK in the MITK 0.12.2 Release" . But I do not noly want to use the Main Application.exe after installation MITK 0.12.2 Release, but also want to get the MainApp.exe with the same interface and function by compiling and running in VC++. Could I? Thanks a lot. Regards Rao ----- 原始邮件 ----- 发件人:Baumhauer Matthias <[email protected]> 收件人:<[email protected]> 主题:RE: [mitk-users] How to compile mitk to show the demo interface 日期:2009-7-22 01:22:24 Dear Rao, current MITK SVN is on QT 4 base only. However, you may use the QT 3 MITK in the MITK 0.12.2 Release. Compiled successfully, but failed to run Mainapp.exe is mostly due to missing includes in your environment variables. As one solution for this, you might start your visual studio by means of a customized batch file, like e.g. this one: set cmakepath="C:\Programme\CMake\bin" REM Set path to shared libs binary directory, important for getting the TestDriver to work set path="C:\Programme\CMake\bin";%path% set path=V:\windows\x32\QT-3.3.6_VC9.0_Bin\bin;%path% set path=v:\windows\x32\VTK-5.2.1-QT-4.5.0_VC9.0_Bin\bin\debug;%path% set path=V:\windows\x32\ITK-3.12_VC9.0MP_Bin\bin\debug;%path% set QTDIR=V:\windows\x32\QT-3.3.6_VC9.0_Bin SET CL=/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE C:\MITKBinary\mitk.sln Regards, Matthias From: [email protected] [mailto:[email protected]] Sent: Tuesday, July 21, 2009 5:23 PM To: [email protected] Subject: [mitk-users] How to compile mitk to show the demo interface Hi all, I want to get the interface the same as in the demo. To show the demo interface must compile the mitk based on the QT3? Does current mitk source on the website support QT3? Who has the experiences? Would you like to help me? how to do? I used the VC2005+QT3.3+qt-vsintegration-1.2.0+VTK5.2.1+ITK3.8.0, and compiled successfully, but failed to run the Mainapp.exe. Thank you very much! Rao
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
