Error when trying to load .dll
古いコメントを表示
I try to load the PID_win64.dll library shown in figure below but I get this error:


The headers are placed in the folder PID_ert_shrlib_rtw.
採用された回答
その他の回答 (1 件)
Guillaume
2019 年 4 月 14 日
You probably need to add an 'IncludePath' parameter to your loadlibrary call to specify which directory the include file rtw_continuous.h resides in
load_library('PID_Win64', 'PID.h', 'addheader', 'PID_private', 'IncludePath', 'path\to\include\directory')
2 件のコメント
Panagiotis Bountouris
2019 年 4 月 14 日
Walter Roberson
2019 年 4 月 14 日
Historically it has been common for those processes to fail when there is a space in a directory name.
カテゴリ
ヘルプ センター および File Exchange で Call C from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!