Clear Filters
Clear Filters

Use already compiled .exe in a new .exe compile (almost like a docker image)

3 views (last 30 days)
Hello All,
I have a code library (set of classes and functions) that I include in a compilation of an exe. The main exe function is responsible for using the library to run the code.
Now say I have a second set of code that does something a little different but still needs the same library above. Currently I have to compile the new function with the library once again (duplication).
Since the size of the exe is somewhat large (say 100Mb) it would be a lot easier if I could comiple JUST the library and reference that pre compiled lib in my other compilations.
Is there a way to do this (for example generating .dll's or something?)

Answers (1)

Walter Roberson
Walter Roberson on 19 Jan 2023
MATLAB Compiler SDK product

Categories

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

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!