在Delphi6下可以编译通过的DLL单元在2005下报错,错误代码入内(100分)

  • 主题发起人 主题发起人 rooneyzj
  • 开始时间 开始时间
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> &nbsp;lParam: LPARAM): LRESULT; unsafe; stdcall; export;<br>var<br> &nbsp;Buf: array[0..3] of Char;<br> &nbsp;Hwnd: THandle;<br>begin<br> &nbsp;{code here}<br>end;<br><br>各位大哥帮帮忙
 
后退
顶部