Does loadlibrary function loads all the functions in one dll?
Mostrar comentarios más antiguos
My problem is that loadlibrary takes long time to load all the functions in dll.
For example, I have A.dll and A.h, I use loadlibrary to load them, it would take several seconds. If I create a prototype file (A_proto.m) by loadlibrary, and invoke as loadlibrary('A.dll', @A_proto), it will save some time, but not enough.
My question is: Does MATLAB loads all the functions of the dll after I call "loadlibrary"? Even if I only use subset of the functions?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!