Deploy for windows 32-bit from a 64-bit computer

27 ビュー (過去 30 日間)
Petter
Petter 2011 年 4 月 3 日
コメント済み: Walter Roberson 2019 年 10 月 9 日
I am deploying a small application. I am creating the installation file from a Windows 64-but computer.
When the user tries to install the program on a 32-bit computer it gives an error messages about wrong processor type. How can I create a 32-bit installation package? I don't have access to a 32-bit computer.

採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 4 月 4 日
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.
  6 件のコメント
Kaustubha Govind
Kaustubha Govind 2013 年 5 月 30 日
Quan: Please contact MathWorks Installation Support.
Quan YUAN
Quan YUAN 2013 年 6 月 10 日
OK. I found that for 2012b, I can just build the 32-bit exe from an installed 32-bit Matlab on a 64bit Windows machine. The 32bit exe seems to work fine on a 32-bit windows machine.

サインインしてコメントする。

その他の回答 (4 件)

Jiro Doke
Jiro Doke 2011 年 4 月 3 日
If you don't have access to a 32-bit computer, that's a problem. You need to run through the deployment process on the same platform as your end user's machine.
  2 件のコメント
Petter
Petter 2011 年 4 月 3 日
Really? That is a strange limitation, since the compiler I am using is able to produce 32-bit code.
So, there's no way I can deploy my programs on a 32-bit computer?
Walter Roberson
Walter Roberson 2011 年 4 月 3 日
Jiro's answer is the documented and supported one. I could make some half-hearted speculations about the technology, but I really don't know; I do know, that, that the documentation says specifically that cross-compiling is not supported.

サインインしてコメントする。


David
David 2014 年 3 月 27 日
Use the deploytool option -win32. Make sure to use the same MATLAB installation root (matlabroot) for both 32-bit and 64-bit versions of MATLAB and run from a Windows command line (not a MATLAB command line). See the documentation page for more.
  2 件のコメント
Robert Garnett
Robert Garnett 2014 年 9 月 8 日
The documentation says "You use the same MATLAB installation root (matlabroot) for both 32-bit and 64-bit versions of MATLAB." How do I do this? When I install Matlab I didn't have any idea that this is a requirement of the mcc so guess what? I put them in different directories. Gee do I feel silly now.
It's a no brainer that people will want to compile for 32 bit environments yet their is no way of doing this in the deploy tool GUI that I can see. You have to resort to the usual DOS command line gobbledygook that programmers love and us engineers hate. I don't have the time for this. What's the real solution. Please spell it out! The mcc is not cheap. It should be better than this.
By the way I am compiling for 32 bit because the the DAQ toolbox has been dudded so the old code that was really good doesn't work in 64 bit. The 64 bit code which is really bad doesn't work at all for repetitive daq in and daq out configurations so I have to stay with 32 bit.
Not happy.
Peter de Peinder
Peter de Peinder 2015 年 2 月 17 日
I fully agree with you Robert. Not happy for such a price....

サインインしてコメントする。


hans
hans 2011 年 4 月 4 日
You can use "Windows Virtual PC". It generates a 32bit Windows XP environment and you can run any 32 bit applications in it. So if you also are have a 32 bit MATLAB version you can generate and try 32bit MATLAB programs on a 64bit Windows system.

Padman Patel
Padman Patel 2019 年 10 月 4 日
Hello, In my pc have installed 2017b and after build model , dll is generating in 64bit, could you help how I can generate 32bit dll. My PC have window2010 OD
  3 件のコメント
Padman Patel
Padman Patel 2019 年 10 月 9 日
To generate dll I am using ert_shrlib.tlc file , then 64bit dll is getting generated , is there way to generate 32bit dll, I mean backward compatility kind of
Walter Roberson
Walter Roberson 2019 年 10 月 9 日
No.
If you were using Simulink Real Time then that can generate for 32 bit, but dll support is strictly 64 as far as I understand.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction 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