2013-10-02 11:50 AM
2013-10-02 12:28 PM
2013-12-08 10:35 PM
2013-12-09 10:07 AM
AndorSzamos wrote:The .apx is a binary code file and is platform-specific. The source code is platform independent and must be separately compiled for each of Windows and Mac. The IDE environment settings (and/or makefiles) determine what libraries are linked/bound into the output.
Is .apx a cross platform, or how is it possible to create an installer to build the .apx file on the target machine? I would like to include additional libraries in my project (mathematical), and I would like to know the limitation.
2013-12-12 10:48 AM
2013-12-12 11:55 AM