Trouble linking against MatLab .dll
显示 更早的评论
Hello,
i recently tried to link a executable (VS 2010) against mat.dll (...and others ...) by adding references to libmat.lib to my project. However, it compiled, but the Output is not able to run unless the .dll files are located in the same folder as the .exe.
I do not know how to solve this and i have been through the settings in VS 2010 over and over again. Is that something special about the MatLab .dll's ?
The .dlls are part of the MCR, so i don't think it is a license issue (?)
I greatly appreciate any help.
Best Regards, ....
2 个评论
Salaheddin Hosseinzadeh
2014-7-30
Hey Ulrich,
Is it possible to load .lib files to MATLAB?! If not what is the point of mentioning .lib and .exe files?!
I know it's possible to load .dll files with their associated .h files to MATLAB bit I haven't hared about .lib
Sorry I just tagged another question to yours! I don't have the knowledge of what you're doing, I just have a serious problem with loading DLL files to MATLAB.
At some point you have to create prototype file from the header file and use it in MATLAB, some points you have to make thunkfile, which I don't know what's it for!
Ulrich
2014-7-30
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!