MCR for running a 64-bit app in a windows 7 32-bit

조회 수: 4 (최근 30일)
Álvaro Pauner Argudo
Álvaro Pauner Argudo 2017년 11월 13일
답변: Álvaro Pauner Argudo 2017년 11월 14일
I need to create a standalone application so I packaged my guide using deploytool in my Windows10 64-bit with a MCR version 9.2, but I need to use the app in a Windows7 32-bit. When I tried to install my .exe with the MCR included in the windows7 PC, an error appeared (translated): The version of the file is not compatible with the running windows version. Check the system information of your computer and see if you need the x86 (32 bit) or x64 (64 bit) version of the program, then contact the software distributor.
So what I need? Do I have to download a 32bit Matlab like R2015b or I only need the MCR of a 32bit Matlab?
Waiting for your answers.

답변 (2개)

Vincent
Vincent 2017년 11월 13일
Hello,
You need to compile your code in MATLAB 32 bit (and when deploying, you also need MCR 32 bit, but that version can be integrated automatically).
Vincent
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 11월 13일
To expand: this is fundamentally an operating system limitation, and it exists in the great majority of operating systems. Os-x "fat binaries" and Microsoft "universal" binaries attempt to solve part of the problem. Something I read a few weeks ago implied Microsoft is going to be downplaying Universal binaries, that they do not consider them successful.

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


Álvaro Pauner Argudo
Álvaro Pauner Argudo 2017년 11월 14일
Thank you very much guys. So, as I understand, I have to download Matlab R2015b according to MCR version because since Matlab R2016a is for win64, right?

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by