Why do I receive an Unknown Windows exception of type=c000001d when using the Generic DLL interface in MATLAB 7.1 (R14SP3)?
Show older comments
I have built a custom Generic DLL using a Windows compiler, and when I use it in MATLAB with the LOADLIBRARY and CALLLIB functions:
loadlibrary('myLib','myLib.h')
calllib('myLib','myFunction')
I receive the following Windows error:
Unknown Windows exception of type=c000001d
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 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!