Matlab Calllib with macros
Mostrar comentarios más antiguos
I have a dll created by building a project in C. It has many Macros (#define) for constants and functions. I have these definitions in a .h header file. I would kike to access these macros from Matlab. Can anybody point me in the right direction?
Respuestas (1)
Philip Borghesani
el 15 de Jul. de 2014
0 votos
Your best option is to create a mex file. Macros are not part of the interface to a shared library.
Categorías
Más información sobre C Shared Library Integration 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!