필터 지우기
필터 지우기

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 CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by