LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating applications for mac os in windows

Solved!
Go to solution
Sorry for the naive question, but is it possible to generate a stand alone application for MacOS from a code written in windows?
0 Kudos
Message 1 of 3
(3,180 Views)
Solution
Accepted by topic author Edo777
To make a standalone Mac application you will need to compile it on the MAC version of Labview.  Also you will have to make sure you did not use any platform dependent calls such as active X registry writes ....  I different solution might be to run your windows on a Virtual pc running windows on a MAC (I have recently done this with no additional work.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(3,171 Views)
No, you need a mac os version of labview to build an exe for it. Same for
windows and linux. Each VI needs to be recompiled for the target os, and
this can only be done with a development version running on that os.

You might plan to create an executable on mac os that runs dynamic VI's from
another os. That won't work, because the vi's still need to be recompiled by
a development version of LabVIEW!

Regards,

Wiebe.


0 Kudos
Message 3 of 3
(3,162 Views)