필터 지우기
필터 지우기

create a .dll and .lib file

조회 수: 6 (최근 30일)
Nicolas Sockeel
Nicolas Sockeel 2020년 5월 26일
답변: Monisha Nalluru 2020년 7월 9일
Hello Matlab,
I have a .mexw64 file. From this file, I succeed to compile .dll file. I would like to know if it possible to compile a .lib file as well? Also what is the compiler matlab is using for compiling those file?
Regards,
Nicolas

답변 (1개)

Monisha Nalluru
Monisha Nalluru 2020년 7월 9일
  • If you are trying to compile any MATLAB file, then it’s corresponding .dll and .lib files gets linked in the process. But if you want to add external .lib files please refer this link
  • In order to understand which compiler MATLAB is using for compilation you can make use of the following command
mex -setup language
For more information, you can refer to this documentation

카테고리

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