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

2 次查看(过去 30 天)
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?

采纳的回答

MathWorks Support Team
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 C Shared Library Integration 的更多信息

产品


版本

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by