Can I build a MEX file within VisualStudio?
4 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
Sangeetha Jayaprakash
2016-12-16
I assume that you would like to build a MEX file in Visual Studio IDE.
Refer this link for information on how to compile a MEX file in Visual Studio:
2 个评论
Bart McCoy
2020-9-28
I second that.... link is dead.
If there is good help for this process, it would be great to see.
I'm using Visual Studio 2017, and when I create a new project in Visual Studio, I found a MEX function template. I'll try to summarize what I find out, but if someone knows something, that would be helpful.
更多回答(1 个)
rsating
2019-7-23
https://www.mathworks.com/matlabcentral/answers/377799-compiling-mex-files-without-the-mex-command
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!