unable to call or view the functions in file.dll in matlab?

4 Ansichten (letzte 30 Tage)
Nada
Nada am 21 Mär. 2012
I tried to call a function from a shared library and I get the following error
calllib('EnobioAPI','openDevice') ??? Error using ==> calllib Method was not found.
when I tried to view the function I got this error
libfunctionsview EnobioAPI ??? Error using ==> methodsview at 103 No library lib.EnobioAPI can be located or no methods for library
Error in ==> libfunctionsview at 39 methodsview(qcls, 'libfunctionsview');
  6 Kommentare
Philip Borghesani
Philip Borghesani am 26 Mär. 2012
Warning: The library class 'EnobioAPI' already exists. Use a classname alias.
When you get this warning your library was not (re)loaded. Use unloadlibrary first before trying to load the library with new options.
Nada
Nada am 27 Mär. 2012
what abaout :
??? Error using ==> calllib
Method was not found.
Error in ==> try1 at 10
calllib('EnobioAPI','openDevice')

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Call C from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by