Make 32 and 64 bit executable?
이전 댓글 표시
Hello!
I have a script that makes an executable for an application. We used to just create a 64bit executable, but now we want a 32bit executable as well. I installed the 32bit MATLAB, but now whenever I create the 64bit executable it crashes right after starting (Windows', "x.exe has stopped working" error).
I have tried changing the compiler, but it has not had an effect.
How can I fix this?
Thanks!
채택된 답변
추가 답변 (1개)
hana
2012년 7월 11일
0 개 추천
you have to compile the 32bit executable on a 32bit machine and the 64bit one on a 64.
댓글 수: 2
Image Analyst
2012년 7월 11일
Not true.
Walter Roberson
2012년 7월 14일
Image Analyst is correct: compiling for 32 bit machines on a 64 bit machine has been officially supported for a couple of releases, and technical solutions were made public for how to do it for a couple of releases before that.
카테고리
도움말 센터 및 File 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!