Executable from Matlab fails to run on another computer

조회 수: 9 (최근 30일)
Molly
Molly 2016년 6월 29일
편집: Molly 2016년 6월 30일
Hey there,
I built - or better the Application Compiler of Matlab2015 - a standalone executable from my Matlab Code. The testing verion runs fine on my Computer and another Computer which has the same Version of Matlab. But it does not run on other Computers with newer Maltba Versions. An error occurs which says something about that the runtimer is not the one needed...
I checked the box "Runtime included in package" whén I created the exe. I tought that would do that I can use it on any Computer? Is it because I am using the testing Version? Or am I missing something else?
Thank you for any helpful tought ;-)

채택된 답변

Dharmendra
Dharmendra 2016년 6월 29일
Hey Molly, To run any standalone applications (.exe) on any computer, There must be installed same MATLAB Compiler Runtime (MCR) with which it was created. If it's not, you have to install same MCR on that system even you have new version of MCR. It is clearly mentioned in MATLAB documents. Therefore, I would suggest you to install (manually) same MCR on computer if package is not able to install MCR, even computer has new version of MATLAB. It will not work unless you install same MCR with whom standalone .exe was created.
  댓글 수: 2
Molly
Molly 2016년 6월 29일
편집: Molly 2016년 6월 29일
Ok, I will try that. Thanks. But I wanted to included it. It that possible somehow?
Molly
Molly 2016년 6월 30일
편집: Molly 2016년 6월 30일
So I tried to install the Version for redestribution and it worked with that one. I guess it was just the one for testing that didn't work without the MCR.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by