Why do I get a handle with no methods when I load a DLL using LOADLIBRARY in MATLAB 7.13 (R2011b)?

3 views (last 30 days)
When I load my DLL using LOADLIBRARY in MATLAB 7.13 (R2011b), I get a handle with no methods or partial methods. How do I load these missing methods?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 12 Apr 2012
It is possible that the loaded DLL depends on other DLLs to supply these missing functions (the functions are forwarded to the dependent DLL).
Please ensure that all dependencies are available and seen by MATLAB when calling LOADLIBRARY. The tool Dependency Walker can be used to analyze the DLL for its functions and dependencies.
Please see related solutions for details on Dependency Walker.

More Answers (0)

MathWorks Support

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Products


Release

R2011b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!