Why do I receive an 'Invalid MEX file' error when deploying MATLAB code that utilizes the Haver datafeed?
이전 댓글 표시
I have MATLAB code that uses the Haver datafeed using the Datafeed toolbox, in 32-bit MATLAB R2012a. I compiled this code into a standalone executable using MATLAB Compiler. However, when I try to run the executable on the target machine, I get the following error:
Invalid MEX-file
'C:\Users\QUANTA~1\AppData\Local\Temp\2\quantadmin\mcrCache7.17\Haver_1\toolbox\datafeed\datafeed\haverdatafeed.mexw32':
The specified module could not be found.
Error in
C:\Users\QUANTA~1\AppData\Local\Temp\2\quantadmin\mcrCache7.17\Haver_1\toolbox\datafeed\datafeed\@haver\haver.p>haver
(line 31)
Error in HaverData (line 149)
MATLAB:invalidMEXFile
How can I make this work?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!