R
rooneyzj
Unregistered / Unconfirmed
GUEST, unregistred user!
“E2297 Procedure definition must be ILCODE calling convention”<br><br>function定义如下<br>function MouseHookProc(iCode: Integer; wParam: WPARAM;<br> lParam: LPARAM): LRESULT; unsafe; stdcall; export;<br>var<br> Buf: array[0..3] of Char;<br> Hwnd: THandle;<br>begin<br> {code here}<br>end;<br><br>各位大哥帮帮忙