why a dll work Matlab 2012a but not 2012b & later
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
A custom dll were used in Matlab 2010a. It works properly. However, the dll does not work anymore when it is used in Matlab 2015a. Could you please tell me how to sort out this problem? Many thanks
3 Kommentare
John D'Errico
am 31 Jan. 2017
Surely you cannot be surprised. Things change at that level between releases. Recompile the code, or re-write it.
This is the virtue of m-files. I have 25+ year old m-files that still run just perfectly, despite dozens of releases in between. That simply will not be possible with compiled code.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown 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!