In a compiled standalone GUI, ow do you expose a library (DLL) function that can be called by an external program?

1 次查看(过去 30 天)
My software, written in matlab and compiled with the Matlab Compiler, has two versions
  • One that is compiled as an executable GUI
  • One that is compiled as a shared library (DLL/dylib)
What I want to do is offer a DLL as part of the executable GUI version, that will call a function inside the Executable DLL. In this case, I'm feeding in an image that will show up inside of the GUI. I'd like to offer a shared library that does this.
What is the best way to get a shared library to talk to a Matlab GUI? I assume that I will need to compile the shared library separately, but how do I get it to communicate with my GUI?
Do I need to use some sort of interprocess communication? If so, what is best IPC that is tightly integrated with MATLAB?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Software Development Tools 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by