<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">thanks william, i will try.. i still upset, but will try.. thanks..<br><br><br>--- On <b>Tue, 8/12/08, William Whartenby <i>&lt;wwill066@yahoo.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: William Whartenby &lt;wwill066@yahoo.com&gt;<br>Subject: Re: [Insight-users] help... error in ImageViewer...<br>To: insight-users@itk.org<br>Date: Tuesday, August 12, 2008, 12:59 PM<br><br><div id="yiv814040259"><style type="text/css"><!--#yiv814040259 DIV {margin:0px;}--></style><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi</div>
<div>&nbsp;&nbsp; I had this same problem attempting to build ImageRegistration. It seems that the Insight Applications main CMake has things you need as well. I needed to have a directory structure like Insight applications: that is; a directory with a cmakelists file, and each application having its own subdirectory and its own small cmakelists file. The 6kb file is in the main directory, while the 1kb file is your specific directory file (which you should be able to copy directory from the ImageViewer subdirectory; mine is from ImageRegistration)</div>
<div>&nbsp; I have attached my CMake files for building ImageRegistration. Try cleaning and rebuilding everything, then using these CMake files (one modified for ImageViewer, of course). I hope that this helps<br></div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><br>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">----- Original Message ----<br>From: knoppix corn &lt;knoppixc@yahoo.com&gt;<br>To: ITK &lt;insight-users@itk.org&gt;<br>Sent: Monday, August 11, 2008 10:06:51 PM<br>Subject: [Insight-users] help... error in ImageViewer...<br><br>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top">haii... i have problem with program ImageViewer, appropriate with InsightApplication, and have litle change<br>in code CMakeLists.txt, i have a problem.. the CMakeLists code is :<br><br>----------------------------------------------------------------------------------------------<br>PROJECT(ImageViewer)<br><br>&nbsp; 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>&nbsp; FIND_PACKAGE(FLTK)<br>&nbsp; IF(FLTK_FOUND)<br>&nbsp;&nbsp;&nbsp; INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR})<br>&nbsp; ENDIF(FLTK_FOUND)<br>&nbsp; <br>&nbsp; IF ( FLTK_FOUND )<br>&nbsp;&nbsp;&nbsp; FLTK_WRAP_UI( ImageViewer ImageViewerGUI.fl )<br>&nbsp; ENDIF ( FLTK_FOUND )<br><br><br>SET
 (InsightApplications_SOURCE_DIR C:/InsightToolkit/ITK/InsightApplications-3.2.0)<br><br>SET ( ImageViewer_SRCS&nbsp; ImageViewer.cxx&nbsp; ${ImageViewer_FLTK_UI_SRCS} )<br><br><br>INCLUDE_DIRECTORIES ( ${InsightApplications_SOURCE_DIR}/Auxiliary/FltkImageViewer )<br><br>ADD_EXECUTABLE( ImageViewer ${ImageViewer_SRCS} )<br><br>Target_LINK_LIBRARIES ( ImageViewer<br>&nbsp; ITKBasicFilters<br>&nbsp; ITKIO<br>&nbsp; ITKCommon<br>&nbsp; ITKFltkImageViewer<br>)<br>---------------------------------------------------------------------------------------------<br><br>there was not change with ImageViewer.cxx's code and ImageViewerGUI.fl's code..<br><br>after i configure it, it work, and no error..&nbsp; after i compile it, there is error,<br><br>it say: " LINK : fatal error LNK1104: cannot open file "ITKFltkImageViewer.lib" "<br><br>then i search ITKFltkImageViewer.lib, but there was not found.. <br><br>what's wrong??? what mistake i have??&nbsp; <br><br>i use
 CMake-2.6,&nbsp;&nbsp; ITK-3.2.0,&nbsp;&nbsp; FLTK-1.1.7,&nbsp;&nbsp; Visual Studio-6, <br><br>thank you very much..<br></td></tr></tbody></table><br></div></div></div><br>

      </div><pre>_______________________________________________<br>Insight-users mailing list<br>Insight-users@itk.org<br>http://www.itk.org/mailman/listinfo/insight-users<br></pre></blockquote></td></tr></table><br>