LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make registry for my Labview activeX server??

from the example code, all labview activeX server needs registry to OS before performing control to labview from other platform. The example states that application builder is needed to do it. however i dont have application builder now, so how can i solve this problem without application builder?
thanks for help ~~~
0 Kudos
Message 1 of 2
(2,628 Views)
LabVIEW itself is an active-X server and is registered in the system.
The type library LabVIEW.tlb is in the folder resource of your installation.

If you want to run a VI you need LabVIEW or an application build from LabVIEW. You need the correct type library to get access to the methods and propertys.

To use active-X servers they need to be registered by the system. LabVIEW applications do this automatically at startup.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,628 Views)