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에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!