无
无常
Unregistered / Unconfirmed
GUEST, unregistred user!
dll是用VC生成的,函数声明是:<br>extern "C" bool __declspec(dllexport) Connect(const char *svrname, const char *IPAddr);<br>我在Delphi中静态调用<br>function Connect(svrname:LPCSTR; IPAddr:LPCSTR):Boolean; stdcall; external SDK;<br>使用时也能执行,但执行后就出内存错误,请问为什么?