필터 지우기
필터 지우기

how to compile code into executable and library separately

조회 수: 3 (최근 30일)
Sam
Sam 2013년 6월 21일
I have a program with one "Main function" file and a series of "Other files" functions being called from the main function file to do number crunching. I usually compile everything into one BIG executable. And it has been working greatly so far.
The question I have is is it possible to just compile "Other files" into a separate library file, such as DLL, JAR or whatever and only have a SMALLER executable which will link to the library which is frequently updated. The goal is whenever I update the "Other files" I just need to recompile the library, not the executable
Thanks Sam

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by