Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Thread Subject: Writing for multiple OS versions

조회 수: 1 (최근 30일)
Jeff
Jeff 2013년 3월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
I am writing several programs that will need to run on multiple computers with different OS versions i.e. XP, win 7 32 bit and 64 bit. My question is how do I package this up? Do I include multiple MCR versions or do I just use he 32 bit version? Can I include multiple MCR's.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 7일
You can just produce a 32 bit version (which will work on all the systems you mention), or you can produce two versions, one for 32 bit and one for 64 bit.
Remember to take into account that the MATLAB release you are generating the code with must itself be "supported" on the target operating system in order for MCR to work with the target operating system.

Community Treasure Hunt

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

Start Hunting!

Translated by