<br><font size=2 face="sans-serif">I'm using XOTcl under both Tcl 8.4.2
and AOLServer. Here's my Tcl 8.4.2 setup.</font>
<br>
<br><font size=2 face="sans-serif">$auto_path is {d:/appsdev/tcl/lib/tcl8.4
d:/appsdev/tcl/lib} both before and after</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; package
require XOTcl 1</font>
<br>
<br><font size=2 face="sans-serif">xotcl is installed under d:/appsdev/tcl/lib/xotcl-1.0.2.</font>
<br>
<br><font size=2 face="sans-serif">In that dir is a pkgIndex.tcl file with
the following:</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; package
ifneeded XOTcl 1.0 [list load [file join $dir win/Release/xotcl1.0.dll]
XOTcl]</font>
<br>
<br><font size=2 face="sans-serif">xotcl1.0.dll is under d:/appsdev/tcl/lib/xotcl-1.0.2/win/Release.</font>
<br>
<br><font size=2 face="sans-serif">I've also tried placing the dll in the
bin directory and adjusting the pkgIndex.tcl file accordingly, but it had
the same result.</font>
<br>
<br><font size=2 face="sans-serif">As I said, the dll does in fact load,
and I can use XOTcl (and all of its libraries and samples). The problem
is just the message.</font>
<br>
<br><font size=2><tt>Uwe Zdun &lt;uwe.zdun@wu-wien.ac.at&gt; wrote on 05/12/2003
11:28:52 AM:<br>
<br>
&gt; hmm ... Can you provide a bit more detail? where have you installed
xotcl?<br>
&gt; from where do you run it? what is the setting of the variable auto_path
(<br>
&gt; use: puts $auto_path &nbsp;at the beginning your program)?<br>
&gt; <br>
&gt; Uwe<br>
&gt; <br>
&gt; <br>
&gt; On Monday 12 May 2003 16:35, MichaelL@frogware.com wrote:<br>
&gt; &gt; With XOTcl 1.0.2 on Windows 2000 I get the &quot;Cannot locate
the XOTcl<br>
&gt; &gt; library on your system!&quot; message despite the fact that the
library is<br>
&gt; &gt; successfully found. I read the message in the archives on this,
but a) the<br>
&gt; &gt; workaround didn't seem to work for me (if I understood it correctly)
and<br>
&gt; &gt; b) it seemed like 1.0.2 was supposed to fix the problem (but
obviously<br>
&gt; &gt; didn't in my case).<br>
&gt; <br>
&gt; -- <br>
&gt; Uwe Zdun<br>
&gt; Department of Information Systems, Vienna University of Economics<br>
&gt; Phone: +43 1 313 36 4796, Fax: +43 1 313 36 746<br>
&gt; zdun@{xotcl,computer,acm}.org, uwe.zdun@wu-wien.ac.at<br>
&gt; <br>
</tt></font>