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

1 次查看(过去 30 天)
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 个评论
Adam
Adam 2017-1-31
Something probably changed between R2010a and R2015a
John D'Errico
John D'Errico 2017-1-31
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by