How to open an library from a dll file

2 views (last 30 days)
Pedro
Pedro on 2 Apr 2015
Edited: Pedro on 2 Apr 2015
Hello all,
Noob here.
64-bits software, 2014b version.
I have the following files: - myFile.dll - myFile.h - myFile.lib
And I need to open the library. I tried to open the library:
loadlibrary('dhd64.dll','dhdc.h')
And I got this error:
About the compiller I have this:
Can anyone help me please?
Thank you

Answers (0)

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!