Problem in calling a .mexw64 function in a .m file

I have a .m file. Here I was calling the .mexw64 file. Both .m file and .mexw64 file are in the same directory. But the compiler says
"??? Invalid MEX-file 'F:\Main project\Ultrasound\Field II\Matlab codes\Mat_field.mexw64': The specified module could not be found."
where "Mat_field.mexw64" is the function.
What could be my problem?
Thanks in advance

 채택된 답변

Jan
Jan 2013년 2월 1일
편집: Jan 2013년 2월 1일

1 개 추천

The Dependency walker will most likely show, that you did not install the runtime libraries of the compiler, which has created the MEX file. I guess, that you have to download the VCREDIST package for e.g. MSVC2008 or 2010.

댓글 수: 1

i Venky
i Venky 2013년 2월 1일
Thanks. Downloaded MSVC2010 and it's working perfectly

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

질문:

2013년 2월 1일

댓글:

2020년 10월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by