View Single Post
Old 04-23-2014, 02:22 PM  
Saiph
Junior Member
 
Join Date: Oct 2010
Posts: 23
Default

Quote:
Originally Posted by Yil View Post
nxHelper is a TCL extension library. It provides a couple of commands used by nxTools that are written in C instead of TCL if I remember correctly. Somewhere the system is asking for v2.3 and the system finds a newer v2.4 and uses that instead. This isn't a big deal at all. If you want to prevent this showing up look at the top of the nxTools TCL files in the scripts directory and find the reference to nxTools 2.3 and change it to 2.4 and then you won't get any more errors showing up. Or I think you can even drop the v2.4 reference and it will just use the newest one automatically.
i found the pkgIndex.tcl and changed the reference
from: package ifneeded nxHelper 2.3.0[list load [file join $dir nxHelper.dll]]
to: package ifneeded nxHelper 2.4.0[list load [file join $dir nxHelper.dll]]

the 2.3.0 it was looking for was renamed to nxHelper.dll2

no more errors thank you
Saiph is offline   Reply With Quote