VC怎样才能调用MATLAB的函数
请高手指教:工程中已经加了libeng.lib和libmx.lib,并且也加了#include"engine.h"怎么还是不能使用如下函数:mxSetName(T,"T"),engPutArray(engine * ep,mxArray * t),我使用的是VC++6.0和MATLAB6.5.
提示错误--------------------
G:\实例61\source\BasePage.cpp(145) : warning C4002: too many actual parameters for macro 'mxSetName'
G:\实例61\source\BasePage.cpp(145) : error C2065: 'mxSetName_is_obsolete' : undeclared identifier
G:\实例61\source\BasePage.cpp(148) : warning C4002: too many actual parameters for macro 'engPutArray'
G:\实例61\source\BasePage.cpp(148) : error C2065: 'engPutArray_is_obsolete' : undeclared identifier
G:\实例61\source\BasePage.cpp(187) : warning C4002: too many actual parameters for macro 'mxSetName'
G:\实例61\source\BasePage.cpp(189) : warning C4002: too many actual parameters for macro 'engPutArray'
G:\实例61\source\BasePage.cpp(228) : warning C4002: too many actual parameters for macro 'mxSetName'
[此贴子已经被maoguoqing于2007-9-16 14:48:50编辑过]