32bit Compiler options

5 visualizaciones (últimos 30 días)
Scott Chegwidden
Scott Chegwidden el 2 de Jun. de 2020
Comentada: Rimamkyaten James el 8 de Dic. de 2022
I see there are no 32bit compilers since 2015b. If I wrote my app with 2017a, is there no way to copile for a 32bit OS? Can I copy my 2017a App Designer code into a .m file in version 2015b and then compile with the 32bit Matlab compiler?

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Jun. de 2020
MATLAB Coder can generate C code that can be compiled by whatever toolchain you want. However MATLAB Coder supports very little graphics, and especially in your release does not support App Designer graphics.
Copying the m code from app designer to 2015 cannot possibly work without copying all of the app designer classes as well. Even that might not be enough as I believe that app designer relies on kernel graphics changes that would not be part of the R2015b runtime. It is unlikely to work.
It would probably be less expensive to upgrade the 32 bit system to 64, or to use the App Compiler to generate code to run on a server that the 32 bit system would connect to using a web browser. (Note that this is not recommended for public access as the code is not hardened against security problems.)

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by