原帖由 shyfish 于 2005-2-3 17:01 发表
用VC做个极其简单的dll(MFC Regular dll),只在函数里增加了一个导出函数:
__declspec(dllexport) int addInt(int x, int y)
{
return (x + y);
}
然后编译成dll(就不用给DLL了吧?)
WR的Script如下: ...
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |