Feeds
已回答
fatal error LNK1104: cannot open file 'libmx.lib libmat.lib libeng.lib'
Finally, it was solved.
fatal error LNK1104: cannot open file 'libmx.lib libmat.lib libeng.lib'
Finally, it was solved.
14 years 前 | 0
提问
fatal error LNK1104: cannot open file 'libmx.lib libmat.lib libeng.lib'
Hi, I want to make a dll compiled in Matlab, and then use this dll in VS2010. The function is very simple: function [y] = si...
14 years 前 | 2 个回答 | 0
2
个回答提问
matlab dll
Hi,I read an article which said I can use "mcc" command to produce a dll file. // mcc -t -h -L C -W lib:t1 -T link:lib t1.m I w...
14 years 前 | 0 个回答 | 0