Accessing functions in dll

2 views (last 30 days)
Jason
Jason on 8 Nov 2020
Hello, I am trying to access a motorised stage that has its own sdk.
Im not a c or c++ programmer and have been told the following.
"I did try importing the DLL into Matlab, turns out Matlab does not support function pointers in structures, so the DLL cannot be directly imported as it stands. So his options are to write wrappers for the SDK or to write his own function calls through the Matlab serial libraries."
I was wondering if there was anyway around the first sentence?
Thanks

Answers (0)

Categories

Find more on Troubleshooting in MATLAB Compiler SDK in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!