LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

help create distribution kit with CVI 5 adding ActiveX DLL

Hi, I need to create a distribution kit using CVI 5, with my application I have added an ActiveX for a DLL in Visual Basic. I have added the .dll, but when I try to launch it in another PC an error occurs. Apparently it doesnt found the DLL to run it. Is there something missing that I should add to the group?
Thanks
0 Kudos
Message 1 of 2
(2,501 Views)
If this DLL is an ActiveX server, then you will need to register it in the target machine. The best way to do this is to use the Ditribution Kit option that allows you to run an executable after installation. The executable is regsvr32, and you need to pass your DLL as an argument.

Luis Gomes
NI
0 Kudos
Message 2 of 2
(2,501 Views)