Invalid MEX-file error in R2014a(32-bit)

조회 수: 1 (최근 30일)
Ziv
Ziv 2014년 8월 27일
댓글: Ziv 2014년 8월 27일
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?

답변 (1개)

AJ von Alt
AJ von Alt 2014년 8월 27일
Mex files can be version dependent. Did you generate the MEX file using MATLAB R2014a?
  댓글 수: 1
Ziv
Ziv 2014년 8월 27일
I generate the MEX file with Visual Studio 2008 using the matlab libraries for linker.
In case of mex generation for R2012b I use the matlab libraries of R2012b.
In case of mex generation for R2014a I use the matlab libraries of R2014a.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by