필터 지우기
필터 지우기

loadlibrary: Cannot open file

조회 수: 4 (최근 30일)
Eduardo Cruz Urioso
Eduardo Cruz Urioso 2020년 6월 18일
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by