如何用C#来调用用DELPHI写的DLL, 这个DLL是一个接口,感谢。
如何用C#来调用Delphi写的DLL,这个DLL是一个接口delphi接口的定义如下:unitInterFaceLh;interfacetypeLhif=interfa...
如何用C#来调用Delphi写的DLL, 这个DLL是一个接口
delphi接口的定义如下:
unit InterFaceLh;
interface
type
Lhif=interface
['{9479BEEB-9018-4125-B06D-2E6D1E5A4680}']
function Start(Channel:Integer):integer;stdcall;
function Stop(Channel:Integer):integer;stdcall;
end;
implementation
end. 展开
delphi接口的定义如下:
unit InterFaceLh;
interface
type
Lhif=interface
['{9479BEEB-9018-4125-B06D-2E6D1E5A4680}']
function Start(Channel:Integer):integer;stdcall;
function Stop(Channel:Integer):integer;stdcall;
end;
implementation
end. 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询