LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Custom ActiveX Controls

When deploying an executable that uses custom ActiveX controls, would you have to install and register the control on the computer first before it could be used or is it compiled into your executable?
Quentin "Q" Alldredge

Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner



0 Kudos
Message 1 of 2
(2,480 Views)

No, the control is not compiled into the executable.

 

I haven't tested it out, but i asume that

- if you use a registered ActiveX control, it has to be registered on the target of the executable as well

- if you directly included the ActiveX control (using browse-functionality of the container), the control has to be in the same path on the target system as it was on the developement machine

 

perharps you could verify my assumption 😉

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,461 Views)