LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Will an executable that uses ActiveX controls work ?

I'm using a typedef control (.ctl file)that's pointing to a type library (COM Object) file in the folder with the rest of the VIs. This was an attempt to ensure that the client (who doesn't have LV-DS) wouldn't have to worry about LabView not finding the type-library. I made my build using the top-level VI but it doesn't run. Could there be something I've missed ?

Thanks,
Shiv
0 Kudos
Message 1 of 2
(2,200 Views)
As far as I know, you have to register your component with the target machine. First try manually to check if it's working, using "regsvr32" at command prompt. After, you can integrate a BAT file in the installation kit (to do the same thing automatically).

Hope this helps
0 Kudos
Message 2 of 2
(2,200 Views)