lsq726 发表于 2009-6-12 14:23:00

一个关于delphi的函数 AU3怎么可以用上?

function GSGW32_Mount(idx:Integer; Drive:Char; a3:Int64; constImgFile:PChar):Cardinal;stdcall; external 'RNDINTER.dll';

function GSGW32_Umount(Drive:Char):Cardinal;stdcall; external 'RNDINTER1.dll';

function GSGW32_GetStatus(Driver:Char; idx:Integer; a3:Integer;ImgFile:PChar):Cardinal;stdcall; external 'RNDINTER.dll';

function GSGW32_LoadDriver:Integer;stdcall; external 'RNDINTER.dll';

function GSGW32_UnloadDriver:Integer;stdcall; external 'RNDINTER.dll';

function GSGW32_GetAllNetDiskDrive(lpOutBuffer:PChar):Cardinal;stdcall;external 'RNDINTER.dll';代码是别人公布出来的听说是 delphi写的。
调用的 是RNDINTER.dll 这个文件的,
如果用AU3调用 RNDINTER。DLL该怎么写

还请高手出手

sxd 发表于 2009-6-13 02:46:01

stdcall的 au3可以调用 我不会 高手上

faceyao 发表于 2009-6-16 13:41:38

我也不会,帮顶。

lsq726 发表于 2009-8-10 09:42:43

这是VC的代码,有注释 [这是 别人用VC写的]
页: [1]
查看完整版本: 一个关于delphi的函数 AU3怎么可以用上?