Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

visa32.dll is not found?why?

I copy the file visa32.dll into c:\windows\system32, and refrence it in VB,
but VB report "visa32.dll is not found"
 
why?
 
 
 
0 Kudos
Message 1 of 7
(12,505 Views)
Just copying visa32.dll is not enough.  You must install VISA library on the target PC by its setup program. 
 
In fact, the direct VISA dll interface to your app is visa32.dll, but it is not working alone.  It normally has much dependency to other dll components so that it can be correctly loaded. This is why you must install VISA library by its setup program.
0 Kudos
Message 2 of 7
(12,487 Views)
thanks!
 
after I run visaruntime.exe, all is right!
 
but this make ourself setup program some difficulty or inconvenience.
 
0 Kudos
Message 3 of 7
(12,482 Views)

makoto, when we install the visa-run-time, how do we select language?

the list of  files are following:

NIVISAruntime.msi

NIVISAruntime_chs.mst

NIVISAruntime_cht.mst

NIVISAruntime_deu.mst

NIVISAruntime_fra.mst

NIVISAruntime_jpn.mst

NIVISAruntime_kor.mst

=====================================

TIA

 

 

 

0 Kudos
Message 4 of 7
(12,459 Views)

can you translate your solution into chinese,please?i cannot understand it correctly。thank you for your attention

0 Kudos
Message 5 of 7
(9,915 Views)

@珊仔 wrote:

can you translate your solution into chinese,please?i cannot understand it correctly。thank you for your attention



If you want to communicate in Chinese, go to http://forums.ni.com/t5/NI-LabVIEW-CVI-%E6%95%B0%E6%8D%AE%E9%87%87%E9%9B%86%E7%AD%89%E4%BA%A7%E5%93%...

0 Kudos
Message 6 of 7
(9,909 Views)

>>

when we install the visa-run-time, how do we select language?

the list of  files are following:

NIVISAruntime.msi

NIVISAruntime_chs.mst

NIVISAruntime_cht.mst

NIVISAruntime_deu.mst

NIVISAruntime_fra.mst

NIVISAruntime_jpn.mst

NIVISAruntime_kor.mst

<<

 

Whatever you want. The functionality of VISA runtime is all equivalent regardless language. Languages are concerning to VISA configuration GUI such as NI-MAX. English version will work on any Windows language versions.

0 Kudos
Message 7 of 7
(9,904 Views)