Clear Filters
Clear Filters

loadlibrary: Cannot open file

4 views (last 30 days)
Eduardo Cruz Urioso
Eduardo Cruz Urioso on 18 Jun 2020
Hi there,
I'am trying call a lib builded int C++ in my Matlab code, I use the next code:
addpath([matlabroot '\wwp-data-sdk'])
addpath([matlabroot '\wwp-data-sdk\lib-win'])
addpath([matlabroot '\wwp-data-sdk\headers'])
addpath([matlabroot '\wwp-data-sdk\headers\services'])
loadlibrary 'libjpeg' 'center'
And get the next error:
fatal error C1083: Cannot open the file: 'services/thermalfilemanager.h': No such file or directory, this one is a header is included in center.
like this:
center.h (header)
#include <services/thermalfilemanager.h>
the documentation says I need a extern C, but I cannot find the way to build it.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!