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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0