Unable to start mex32 application
이전 댓글 표시
I am running a script in which i need to invoke a mexw32 file. But the following error is thrown which indicates that the application cannot start.
??? Invalid MEX-file (path of the .mexw32 file): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
What all will be needed to run this file? How do i reinstall the application?
채택된 답변
추가 답변 (1개)
Friedrich
2011년 12월 6일
1 개 추천
Hi,
sounds like a dependency of that mex file is missing. Make sure that all DLL's which are needed from that mex file are available during runtime. Maybe installing the Visual Studio redistributable packages can help if it was generated with a Visual Studio compiler on a different machine.
댓글 수: 1
Kaustubha Govind
2011년 12월 6일
There is also a Tech Solution which addresses the issue of missing redistributables: http://www.mathworks.com/support/solutions/en/data/1-CHQL57/index.html
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!