03-16-2015 08:13 AM
Hi,
I am new to LabVIEW. I have to call an executable file from C++ in a system where LabVIEW is not installed and Run Time Engine is installed. Can anyone please guide me with it. Thanks in advance.
03-16-2015 08:24 AM
If it's just an executable (.exe) and you have the Runtime Engine installed, why not just launch the executable from your C++ application? I think it's something like CreateProcess() (You'll have to look up the details as I'm a LabVIEW not a C++ programmer!).
03-16-2015 09:30 AM