LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running a Tcl Script in Lab View gives A message of: cant find the file "ixTclHal.dll"

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

0 Kudos
Message 1 of 2
(3,465 Views)

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.

Regards,

James R.
National Instruments
0 Kudos
Message 2 of 2
(3,446 Views)