LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I am having a problem communicating to the Tektronix TDS 3054 in Lab Windows...

I am having a problem communicating to the Tektronix TDS 3054 in Lab Windows. When I try to initialize it, the program gives me an error stating that the program cannot find the DLL tkds30xx_32.dll or one of the DLLs statically linked to it. I tried to reinstall the driver but that did not help. Please help me if you know of a solution.
0 Kudos
Message 1 of 2
(2,986 Views)
I am assuming that you have checked that tkds30xx_32.dll is actually on your system...and if so, I have attached an application called depends.exe
This looks at a DLL and shows you what modules (external DLL's etc) are required for that module. It may have a dependancy that is missing.
More simpler, it may be that the DLL is not in a path that the calling application is expecting. A quick check for this would be to place the offending DLL in a folder specified as an existing path, or by appending the current folder in your system path.

Hope this helps,

Chris
Download All
0 Kudos
Message 2 of 2
(2,986 Views)