Matlab Calllib with macros

1 view (last 30 days)
sravanthi
sravanthi on 15 Jul 2014
Answered: Philip Borghesani on 15 Jul 2014
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?

Answers (1)

Philip Borghesani
Philip Borghesani on 15 Jul 2014
Your best option is to create a mex file. Macros are not part of the interface to a shared library.

Categories

Find more on C Shared Library Integration 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!