Trouble linking against MatLab .dll
Show older comments
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 Comments
Salaheddin Hosseinzadeh
on 30 Jul 2014
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
on 30 Jul 2014
Accepted Answer
More Answers (1)
Ulrich
on 13 Nov 2014
0 votes
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!