Executable from Matlab fails to run on another computer
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Molly
el 29 de Jun. de 2016
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 ;-)
0 comentarios
Respuesta aceptada
Dharmendra
el 29 de Jun. de 2016
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre C Shared Library Integration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!