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
