Why do MEX-files compiled in MATLAB 7.3 (R2006b) not work in previous versions of MATLAB?

1 Ansicht (letzte 30 Tage)
I compiled a MEX-file in MATLAB 7.3 (R2006b), but the MEX-file does not run in MATLAB 7.2 (R2006a) or any previous version of MATLAB. When I attempt to execute the function in an earlier version of MATLAB I receive the following error:
??? Invalid MEX-file 'H:\Documents\yprime.mexw32': The specified procedure could not be found.

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 27 Jun. 2009
This is expected behavior. MEX-files are generally backward compatible but not forward compatible.
A MEX-file created in a given version of MATLAB generally works in subsequent versions. However, MEX-files created in any version of MATLAB are not expected to run in an older version. In some releases, you may find this will work; however, MEX-files compiled with MATLAB 7.3 (R2006b) do not work in previous versions due to a restructuring of the MEX API.

Weitere Antworten (0)

Kategorien

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

Tags

Noch keine Tags eingegeben.

Produkte


Version

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by