<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>Hi mates,<br><br>I have always the same problem: impossibility to run any example of&nbsp; the filtering example directory of&nbsp; ITK. I'm using windows xp(win32) as plateform and visual studio8 (2005). Please&nbsp; i want that someone gives me a little attention and explain to me all the steps that i must do&nbsp; just after generating the.sln file to obtain a result at the end.for example if i build "VesselnessMeasureImageFilter.cxx" with Cmake and i obtain the .sln file what i have to do exactly after that to have a filtered MRA image.<br>Please i'm really in very bad situation. there is many weeks that i still tried all examples but all my test are failed . I need help and you are the unique solution to get help. i will waiting for a speed answer. Thank you every body for
 understanding me.<br>the CMakelists.txt that i wrote for this example is the following:(is it correct ou may be must i add others instructions)<br>"# This is the root ITK CMakeLists file.<br>CMAKE_MINIMUM_REQUIRED(VERSION 2.4)<br>IF(COMMAND CMAKE_POLICY)<br>&nbsp; CMAKE_POLICY(SET CMP0003 NEW)<br>ENDIF(COMMAND CMAKE_POLICY)<br>PROJECT(FilteringExamples)<br>FIND_PACKAGE(ITK)<br>&nbsp; IF(ITK_FOUND)<br>&nbsp;&nbsp;&nbsp; INCLUDE(${ITK_USE_FILE})<br>&nbsp; ELSE(ITK_FOUND)<br>&nbsp;&nbsp;&nbsp; MESSAGE(FATAL_ERROR<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Cannot build InsightApplications without ITK.&nbsp; Please set ITK_DIR.")<br>&nbsp; ENDIF(ITK_FOUND)<br><br>ADD_EXECUTABLE(VesselnessMeasureImageFilter VesselnessMeasureImageFilterss.cxx )<br>TARGET_LINK_LIBRARIES(VesselnessMeasureImageFilter&nbsp; ITKBasicFilters ITKIO)<br>IF( NOT ITK_DISABLE_CXX_TESTING )<br>IF(BUILD_TESTING)<br>ENDIF(BUILD_TESTING)<br>ENDIF( NOT
 ITK_DISABLE_CXX_TESTING )<br><br><br>Regards <br>Syrine<br></div></div><br>



      </body></html>