10-05-2016 08:02 PM
Hello,
I have an application written using Labwindows/CVI. Is it possible to port the application to run on Mac OSx? I am very inclined to say no, considering the CVI runtime does not run on mac OSx, but I wanted to verify.
Thank you for your time.
10-05-2016 11:25 PM
It depends on the application. If you are using standard C and only library calls to libraries, which are also available on OSx ( like VISA), you should be able to port it to OSx. But if you are using NI specific libraries like the userinterface library you are stuck to the platforms supported by NI.
10-06-2016 05:25 AM
There are various ways to install rpms on OSX, so maybe, just maybe, you can install CVI for Linux on your Mac and then compile your app with cvicc (you can customize the compilation process in the ecc file). But I haven't used Macs in years.