mcc -W dotnet:test -T link:lib
1 次查看(过去 30 天)
显示 更早的评论
Can you use a Matlab created DLL built using
mcc -W dotnet:test -T link:lib
and use said dll with C++. Or is the dotnet only for C# applications.
When I use csharedlib, I get (test.h, test.lib, test.dll)
I include test.h into TestWrapper.cpp for prototypes and the test.lib to the: mbuild -v TestWrapper.cpp test.lib TestWrapper.exports.
When I use the dotnet, I get the test.dll but not the test.lib or test.h (I do get some .cs files for c#).
A
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!