Function rf_link_com(riCom: Integer): Integer;StdCall; external 'Rfdll32.dll';
我在平台这样使用平台老是提示
[错误]Biz:\ZGRSGZGL\GZGL\YWGN2.FUNC.DIR\MainForm.Form.pas(18, 49): line 18: unexpected token: StdCall
[错误]Biz:\ZGRSGZGL\GZGL\YWGN2.FUNC.DIR\MainForm.Form.pas(18, 56): line 18: expecting "implementation", found ';'
[错误]Biz:\ZGRSGZGL\GZGL\YWGN2.FUNC.DIR\MainForm.Form.pas(18, 58): line 18: expecting "end", found 'external'
如何处理 |