Can I build a MEX file within VisualStudio?
Afficher commentaires plus anciens
I would like to be able to develop a MEX file in VisualStudio.
From mex commands lines I'm missing the ability to have a vs project file, do the linkage have code completion for large framework like Qt, etc.
Looking at the a mex export dump there's only 2 functions:
- 0 0000100A mexFunction = @ILT+5(mexFunction)
- 1 00001005 mexfilerequiredapiversion = @ILT+0(mexfilerequiredapiversion)
I'm missing the mexfilerequiredapiversion function prototype.
Has anyone tried?
Réponse acceptée
Plus de réponses (1)
rsating
le 23 Juil 2019
2 votes
https://www.mathworks.com/matlabcentral/answers/377799-compiling-mex-files-without-the-mex-command
Catégories
En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!