Link a shared library in a dll and call it in VBA
1 view (last 30 days)
Show older comments
I deployed a code from matlab as a C++ Shared Library.
When I run the code as a console application it works perfectly fine. When I use the same code and try to compile a dll and call it from VBA I get
runtime error 53. I looked it over and this means that it can`t find the c++ dll but I have no idea how to make it work.
I tried this https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/506738 but it did not work as well
0 Comments
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!