Can .exe file compiled on 32bit computer with 64bit Matlab run on 64bit computer
이전 댓글 표시
If a 64bit Matlab was installed on the computer having a 32bit operation system. The Matlab GUI/script is deployed on that computer to create .exe file.
My question is:
Can this .exe file run on another computer having a 64bit operation system? So it can take the advantage of 'unlimited memory size' on 64bit computer.
Thanks
채택된 답변
추가 답변 (1개)
댓글 수: 1
Walter Roberson
2013년 3월 1일
That is correct, at least for MS Windows. You could potentially have difficulties if you compiled for 32 bit OS-X and tried to run on 64 bit OS-X.
카테고리
도움말 센터 및 File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!