<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>ITK and Tcl</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I have been having the worst time setting up ITK and Tcl on Windows XP.&nbsp; I finally managed to avoid the error<BR>
<BR>
can't find package InsightToolkit<BR>
&nbsp;&nbsp;&nbsp; while executing<BR>
&quot;package require InsightToolkit&quot;<BR>
<BR>
which had been plaguing my efforts, by adjusting the environmental Variable TCLLIBPATH to include any directory I thought might help, and by using / instead of \, and spaces instead of ;.<BR>
<BR>
Now I have a bit of confusion; I get the error<BR>
<BR>
couldn't change working directory to &quot;C:/ITK/Insight_BIN/bin/Release&quot;: no such file or directory<BR>
&nbsp;&nbsp;&nbsp; while executing<BR>
&quot;cd {C:/ITK/Insight_BIN/bin/Release}&quot;<BR>
&nbsp;&nbsp;&nbsp; (in namespace eval &quot;::itk::loader&quot; script line 3)<BR>
&nbsp;&nbsp;&nbsp; invoked from within<BR>
&quot;namespace eval ::itk::loader {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set curDir [pwd]<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cd {C:/ITK/Insight_BIN/bin/Release}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if {[catch { load &quot;C:/ITK/Insight_BIN/bin/...&quot;<BR>
&nbsp;&nbsp;&nbsp; (&quot;package ifneeded&quot; script)<BR>
&nbsp;&nbsp;&nbsp; invoked from within<BR>
&quot;package require vxlnumericstcl 3.2&quot;<BR>
&nbsp;&nbsp;&nbsp; (&quot;package ifneeded&quot; script)<BR>
&nbsp;&nbsp;&nbsp; invoked from within<BR>
&quot;package require itknumerics 3.2&quot;<BR>
&nbsp;&nbsp;&nbsp; (&quot;package ifneeded&quot; script)<BR>
&nbsp;&nbsp;&nbsp; invoked from within<BR>
&quot;package require InsightToolkit&quot;<BR>
&nbsp;&nbsp;&nbsp; (file &quot;ImageRegistration3.tcl&quot; line 19)<BR>
<BR>
which appears to stem from the absence of a &quot;Release folder&quot; in my ITK binaries 'bin' directory.&nbsp; I could copy the necessary dll files from the Debug directory in that 'bin' directory, but my intuition tells me that course of action would be a band-aid solution for a problem I might benefit from having a better understanding of.</FONT></P>

</BODY>
</HTML>