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!