Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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?)

Antworten (1)

Walter Roberson
Walter Roberson am 19 Jan. 2023
MATLAB Compiler SDK product

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by