Hello,
I have generated a DLL for VisualBasic using LabWindowsCVI v.7.1. The DLL work correctly on the PC where I have installed CVI and VisualBasic 6.0. The problem is when I move the DLL on the PC for the application, where I have installed only VisualBasic 6.0:
VisualBasic is not able to see (and of course to use) the DLL ! I have copy the DLL in C:\WINDOWS\SYSTEM32 directory but VB generate an runtime error 48: impossible to find FILENAME.DLL.
I have try to use the REGSVR command, but I have the error "LoadLibrary ("FILENAME.DLL") failed. GetLastError returns 0x0000001f".
The O.S. of the two PC is WindowsXP Prof. SP2. I attach the DLL and the VB project for test.
ThankYou