フィルターのクリア

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

3 ビュー (過去 30 日間)
Kyle Pastor
Kyle Pastor 2023 年 1 月 19 日
回答済み: Walter Roberson 2023 年 1 月 19 日
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?)

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 1 月 19 日
MATLAB Compiler SDK product

カテゴリ

Help Center および File ExchangeMATLAB Compiler SDK についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by