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
