use .dll file with header in C++ S-Function

조회 수: 1 (최근 30일)
Neha
Neha 2017년 7월 24일
댓글: Walter Roberson 2017년 7월 24일
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
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!

Translated by