gpt4 book ai didi

delphi - 创建一个包含外部 dll 函数的 Delphi 类

转载 作者:行者123 更新时间:2023-12-03 15:49:48 24 4
gpt4 key购买 nike

我需要创建一个这样的类

unit Classname;
interface
type

TSomeClass = class
public
member1 : SomeType;
member2 : AnotherDataType;


....
function SomeFunction: SomeType; stadcall;external 'ExternalDll.dll';

end;

可以吗?

如何从 Delphi 中的类声明外部函数(存储在 c dll 中)

我使用的是 Delphi 7。

提前致谢

最佳答案

外部函数不能是类声明的一部分。您需要声明具有全局范围的外部函数,并安排类的方法然后调用该外部函数。

关于delphi - 创建一个包含外部 dll 函数的 Delphi 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38769411/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com