why a dll work Matlab 2012a but not 2012b & later

2 Ansichten (letzte 30 Tage)
Qingshan
Qingshan am 31 Jan. 2017
Kommentiert: John D'Errico am 31 Jan. 2017
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
Adam
Adam am 31 Jan. 2017
Something probably changed between R2010a and R2015a
John D'Errico
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by