フィルターのクリア

How Create my extern "C" for C++ and Matlab

4 ビュー (過去 30 日間)
Eduardo Cruz Urioso
Eduardo Cruz Urioso 2020 年 6 月 16 日
編集済み: Eduardo Cruz Urioso 2020 年 6 月 16 日
Hi, I trying use a C++ dll in my matlab code, the information says I need an external C for use it, but I can not figure out how.
if libisloaded('libjpeg')==false
addpath(fullfile(matlabroot,'wwp-data-sdk','lib-win'))
addpath(fullfile(matlabroot,'wwp-data-sdk','headers'))
addpath(fullfile(matlabroot,'wwp-data-sdk','headers','services'))
addpath(fullfile(matlabroot,'wwp-data-sdk'))
end
loadlibrary('wwp-data-sdk.dll','center', 'alias','lib')
I saw the links:

回答 (0 件)

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by