Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

What is happening?

Input:
regsvr32 c:\windows\gpib-32.dll

Output:
Loadlibrary "c:\windows\gpib-32.dll" failed
GetLastError returns 0x00000485

What is happening?
0 Kudos
Message 1 of 2
(3,083 Views)
The gpib-32.dll is found in C:\windows\system\gpib-32.dll. This error actually occurred because the dll was not found in the path given.

However, the regsvr32 utility will only work for ActiveX dll's. Thus, the attached error will occur. The gpib-32.dll is not an ActiveX dll, but it is possible to write an ActiveX wrapper for the dll. Consult other web resources on how this is done.

Randy Solomonson
0 Kudos
Message 2 of 2
(3,083 Views)