How can I compile standalon app with x64 MATLAB and Compiler for x86 cpu?

조회 수: 1 (최근 30일)
Bíró
Bíró 2012년 9월 27일
I would like to compile a standalopne application. I have x64 MATLAB and Compiler but I'll use the standalone on a x86 PC. Is there any option to define the target cpu?

답변 (2개)

Aurelien Queffurust
Aurelien Queffurust 2012년 9월 27일
From the mcc documentation :
-win32 Run in 32-Bit Mode
Use this option to build a 32-bit application on a 64-bit system only when the following are both true:
You use the same MATLAB installation root (matlabroot) for both 32-bit and 64-bit versions of MATLAB.
You are running from a Windows command line (not a MATLAB command line).
  댓글 수: 2
Bíró
Bíró 2012년 9월 27일
Is that mean I have to install a 32-bit MATLAB as well? Because I have tried it but it said "Unable to find suitable install area".
Aurelien Queffurust
Aurelien Queffurust 2012년 9월 27일
Yes you also need to install 32-bit MATLAB.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2012년 9월 27일
You can install both 32 bit MATLAB and 64 bit MATLAB on your computer. Use the 32 bit MATLAB to compile an app for a 32 bit operating system, and use the 64 bit MATLAB to compile an app for a 64 bit operating system.
  댓글 수: 2
Bíró
Bíró 2012년 9월 27일
But if I want to deploy a universal standalon app what can run on x86 and x64 too, is that enough to deploy it with 32-bit MATLAB? So can a 32bit standalone run on a x64 PC?
Image Analyst
Image Analyst 2012년 9월 27일
Yes it can - a 32 bit app can run on a 64 bit computer. Those are all the programs you see in the Program Files (x86) folder. But of course the converse is not true. A 64 bit app can't run on a 32 bit computer.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by