Hi René,

you are about to enter unsupported terrain...

We can not guarantee compatibility with Visual Studio 2010 yet (neither 
Express, nor any other edition). I know that MITK compiled with some 
non-Express edition but had problems when starting one of its provided 
applications.

If you want to use MITK on the toolkit level, i.e. you want to write a 
(GUI or non-GUI) application from scratch, you could build only those 
libraries you are interested in and which don't depend on Poco (Poco 
dependent modules are: SceneSerialization, IGT, IGTUI, and QmitkExt).

However, I suggest to use Visual Studio 2008 if you just want to get 
started with MITK development. If you try and install the MFC stuff (or 
maybe better, the Windows SDK), we always welcome feedback about your 
progress :-)

Best,
Sascha

On 01/19/2011 02:36 PM, Siewert, Bastian Rene wrote:
> Hello,
>
> I'm trying to compile the lates MITK version (checked out from repository) 
> with Visual Studio 2010 Express. I want to include some of my own 
> segmentation algorithms into MITK. I followed the build instructions at 
> "http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html";. I use ITK 
> 3.20, VTK 5.6.1 and QT 4.7.1.
> Now i encounter several link errors:
>
> ..\..\..\..\..\SRC\Utilities\Poco\CppUnit\WinTestRunner\src\ActiveTest.cpp(8):
>  fatal error C1083: Cannot open include file: 'afxwin.h': No such file or 
> directory
> ..\..\..\..\..\SRC\Utilities\Poco\CppUnit\WinTestRunner\src\DLLMain.cpp(8): 
> fatal error C1083: Cannot open include file: 'afxwin.h': No such file or 
> directory
> c:\bv\mitk\src\utilities\poco\cppunit\wintestrunner\src\ActiveTest.h(14): 
> fatal error C1083: Cannot open include file: 'afxmt.h': No such file or 
> directory
> c:\bv\mitk\src\utilities\poco\cppunit\wintestrunner\src\ProgressBar.h(13): 
> fatal error C1083: Cannot open include file: 'afxwin.h': No such file or 
> directory
> ..\..\..\..\..\SRC\Utilities\Poco\CppUnit\WinTestRunner\src\TestRunnerDlg.cpp(8):
>  fatal error C1083: Cannot open include file: 'afxwin.h': No such file or 
> directory
> C:\BV\MITK\SRC\Utilities\Poco\CppUnit\WinTestRunner\include\WinTestRunner/WinTestRunner.h(27):
>  fatal error C1083: Cannot open include file: 'afxwin.h': No such file or 
> directory
>
> As I know, these header files are part of the MFC from Microsoft, which is 
> not delivered with the express version of any visual studio. Do I have to 
> install MFC in order to compile MITK? Do I need Poco for software 
> developement?
>
> Regards,
> René Siewert
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to