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

1 view (last 30 days)
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?

Answers (0)

Categories

Find more on Software Development Tools in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!