Filter löschen
Filter löschen

32 bit exe compilation using matlab 64 installed

5 Ansichten (letzte 30 Tage)
Pratap Sanap
Pratap Sanap am 18 Mai 2015
Kommentiert: Walter Roberson am 20 Jul. 2017
I have Matalb R2014B and have developed a GUI based application, while compiling the exe using deploytool & application Compiler (to compile 32 bit executable), help me to locate the settings for selecting 32 bit as o/p executable.
Regards, Pratap

Antworten (1)

Thomas Koelen
Thomas Koelen am 18 Mai 2015
Bearbeitet: Thomas Koelen am 18 Mai 2015
As of R2010b, it is possible to compile 32-bit Windows applications using MATLAB on a 64-bit machine. See the -win32 option on the mcc documentation page . Note that you also need to install 32-bit MATLAB.
Even if you are using an older version, you could try getting 32-bit version of MATLAB on your 64-bit machine and compile using that. Although this was not officially supported, several users have been able to have this working in the past.
  3 Kommentare
Darcy Cordell
Darcy Cordell am 20 Jul. 2017
Is this no longer an option?
The mcc documentation page no longer contains anything about -win32 and when I run mcc I get the error: "-win32" is invalid when executed from within MATLAB on "win64"
I am running MATLAB 2016a
Walter Roberson
Walter Roberson am 20 Jul. 2017
R2015b was the last version that supported 32 bit compilation.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by