Invalid MEX-file error in R2014a(32-bit)
1 回表示 (過去 30 日間)
古いコメントを表示
During the m-script execution in matlab R2014a (32-bit) i'm getting the following error: 'Invalid MEX-file 'C:\...\MyFunction.mexw32': The specified procedure could not be found.'
The same mex file is running ok in R2012b (32-bit) / R2013b (32-bit) on the same PC.
The mex file is compiled in Visual studio 2008. Mex compilation in VS2012 provides the same resuls.
The Dependency Walker doesn't show any missing DLL's.
What can be a problem?
0 件のコメント
回答 (1 件)
AJ von Alt
2014 年 8 月 27 日
Mex files can be version dependent. Did you generate the MEX file using MATLAB R2014a?
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!