create a .dll and .lib file

8 visualizaciones (últimos 30 días)
Nicolas Sockeel
Nicolas Sockeel el 26 de Mayo de 2020
Respondida: Monisha Nalluru el 9 de Jul. de 2020
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

Respuestas (1)

Monisha Nalluru
Monisha Nalluru el 9 de Jul. de 2020
  • 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

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by