10-17-2007 11:04 AM
Hi
I am trying to run a Tcl Script with Lab View using the System Exec.vi, when I am trying to run it I get the message that the Program can’t find the file "ixTclHal.dll" !!
The message that I get is this: “couldn’t loud library "ixTclHal.dll" : this library or a dependent library could not be found in the library path while executing "loud ixTclHal.dll" invoked from within "if [isWindows]{
loud ixTclHal.dll"
I didn’t wroth the command "if [isWindows]{ loud ixTclHal.dll" at all in my script!!, I don’t know what is the library path that the lab View can’t find the file there.
What I did is writhe the command "package req IxTclHal" in the beginning of the script
How can I find the library path and the file "ixTclHal.dll" ?
I have a file in a library (of the installation of the Wish and consol) with the name: "IxTCLHAL.dll" but it seems its not the one the Prog is looking for
thanks for all that can help
Skifarm
10-18-2007 02:52 PM
Hi skifarm,
It sounds like this message may be more related to the TCL script than to LabVIEW. Could you put a simple command very early in the script that gives some output, to help you determine whether it's a LabVIEW issue? If the command provides the output, then it's probably not a LabVIEW issue. If it doesn't get that far, then that somewhat narrows it down.