Hi Juliane,

> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:[email protected]]
> the error: MSVCP90D.dll not found)

This is a Microsoft Visual C library. The "D" in the name hints on a Debug 
version of the library, which is strange for Release mode.

I suggest to use a batch file like the following to start visual studio:

@SET VTK_DIR=V:\windows\x64\VTK-5.4.0_VC9.0_Bin
@SET ITK_DIR=V:\windows\x64\ITK-3.12.0_VC9.0_Bin
@SET QT_DIR=V:\windows\x64\QT-3.3.8_VC9.0_Bin
@SET QTDIR=%QT_DIR%
@SET BOOST_DIR=V:\windows\x64\boost

@SET MODE=Release
REM Set Mode to "Debug" for debug mode


@call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86

@set PATH=%QT_DIR%\bin;%VTK_DIR%\bin\%MODE%;%ITK_DIR%\bin\%MODE%;%PATH%

<path to your mitk binary folder>\mitk-all.sln
REM this will start visual studio with the mitk solution



Of course, you need to replace the paths with your own.
This should set up your environment, so that all dlls are found.

Best regards, 
 Jochen

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to