摘要: 1、在dll工程中加类和接口 type IMyClass = interface ['{A1B2C3D4-E5F6-4789-ABCD-1234567890AB}'] // 接口 ID function Foo(inInt: Integer):Integer; stdcall; end; TMyCl 阅读全文
posted @ 2024-08-02 11:51 禁卫军 阅读(61) 评论(0) 推荐(0) 编辑