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
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