What are the things I need to do to make my stand-alone labVIEW application to be an ActiveX server? Do i need to define my own application-handle functions, or are they provided when i build?
My situation: I need to repeatedly execute a VI in a program written in CVI, and I would believe activeX is the way to go. I have gotten it to work where I use LabVIEW's activeX handles to execute the VI, but then it would require labVIEW be installed. I'm hoping to get ActiveX working on the stand-alone application so I can just use the Runtime engine.