use .dll file with header in C++ S-Function
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a .dll file and its corresponding header file. How can I properly use the functions inside the .dll file which are defined also in the header file in a C++ S Function? If needed I can provide the code I have so far.
댓글 수: 1
Walter Roberson
2017년 7월 24일
Are the needed functions static class members? Are they declared in the header file with extern "C"
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!