From VC++, I can instantiate the LabVIEW ActiveX Server Application object ("LabVIEW.Application") and use its GetVIReference with a path to a .vi to get a VirtualInstrument object on which I can set & get control values.
Is there any way to do that on a VI that's been built into a standalone ActiveX Server app? As soon as I instantiate its Application object ("MyStandaloneVI.Application"), that standalone app runs. But if I try to use GetVIReference on it, I just get the error message "The VI is not executable".
Is there any other way to get the VirtualInstrument from a standalone app, or otherwise get access to the standalone app's controls?