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

조회 수: 1 (최근 30일)
Qingshan
Qingshan 2017년 1월 31일
댓글: John D'Errico 2017년 1월 31일
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