For some reason, i can't get the tclvisa package to work with TCL8.5. The following error message appears, when i try to load the package. Can anyone help?.
1) Please ensure that Tcl, VISA implementation and tclvisa are all of the same version: either win32 or win64. If some of the components does not match, then library most probably will not work.
2) If Tcl binaries are in C:\Tcl\bin then most likely Tcl libraries are in C:\Tcl\lib. This directory should contain tcl8.x.lib and other *.lib files, tcl8.x subfolder etc.
Please try placing tclvisa to a subdirectory of C:\Tcl\lib as follows:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-01-02
Thanks Andrey,I got the same problem, you mentioned "the same verson" that remind me, I re-installed X86 version, the peoblem was been solved.
By TianYong 20240102
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi
For some reason, i can't get the tclvisa package to work with TCL8.5. The following error message appears, when i try to load the package. Can anyone help?.
% package require tclvisa
couldn't load library "C:/Tcl/lib/tclvisa0.3.0/tclvisa030.dll": invalid argument
%
Where are placed your Tcl binaries and standard libraries?
I'm getting this problem too. My TCL Binaries are in "C:\Tcl\bin" and my standard libraries are in "C:\lib"
1) Please ensure that Tcl, VISA implementation and tclvisa are all of the same version: either win32 or win64. If some of the components does not match, then library most probably will not work.
2) If Tcl binaries are in C:\Tcl\bin then most likely Tcl libraries are in C:\Tcl\lib. This directory should contain tcl8.x.lib and other *.lib files, tcl8.x subfolder etc.
Please try placing tclvisa to a subdirectory of C:\Tcl\lib as follows:
C:\Tcl
|--+ lib
|-+ tclvisa0.3.0
pkgIndex.tcl
tclvisa030.dll
Thanks Andrey,I got the same problem, you mentioned "the same verson" that remind me, I re-installed X86 version, the peoblem was been solved.
By TianYong 20240102