05-22-2019 10:44 AM
I'm right now experimenting with a C++ program on a machine running Ubuntu 16.04. What I'd like to do is get the C++ program to somehow integrate/incorporate/play nice with a LabVIEW 2014 executable developed on a machine running Windows 10.
Here's my question (and I realize I'm likely asking the wrong question): is it possible for a LabVIEW 2014 executable developed in Windows to work in Ubuntu, provided all the necessary drivers are installed?
05-22-2019 10:59 AM
Are you using Wine on your Ubuntu?
Did you try installing LabVIEW Run-time engine within Wine?
If it works I believe you could run your exe in that environment?
05-22-2019 11:05 AM - edited 05-22-2019 11:08 AM
Possible? Yes, in theory.
Reality? Chances are slim to none.
Maybe if you can get the proper LabVIEW run-time engine to install in WINE and your program does not do any sort of hardware access or use VISA, NI-DAQ, or rely on any other hardware abstraction layers or NI tool-kits it might run.