Filter löschen
Filter löschen

Build Matlab Runtime Application with R2018b but to run with other version of MATLAB

14 Ansichten (letzte 30 Tage)
I have build application using MATLAB R2018b Compiler (SDK), it runs fine if I set path to R2018b runtime libraries. But if I set path pointing to R2019b or R2016b runtime libraries, it failed and still ask for mclmcrrt9_5.dll, which is R2018b runtime library. Can someone help me on this to see if this is possible. Thx.

Antworten (1)

Dinesh
Dinesh am 29 Dez. 2023
Hi Weiliang,
MATLAB compiled applications are generally tied to the version of the MATLAB Runtime corresponding to the MATLAB version used for compilation. An application compiled with R2018b's MATLAB Compiler SDK expects R2018b's runtime libraries, and won't work with runtimes from other versions due to potential incompatibilities.
To run your application with a different version's runtime, you would typically need to recompile the application using the MATLAB Compiler SDK from that specific version (R2019b or R2016b in your case). This ensures compatibility with the MATLAB Runtime version you intend to use.

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by