如何从iputils.dll库导入函数?

时间:2013-01-23 10:24:50

标签: inno-setup

我正在使用iputils.dll获取IP地址。 当我在InnoSetup 5.3.9(ANSI)中使用它时工作正常,但是当我在InnoSetup 5.4.2(Unicode)中使用相同的函数导入时,它会抛出以下错误:

cannot import dll :: path\iputils.dll

这是函数导入:

[code]
function GetLocalIPAddress: PAnsiChar;
  external 'GetLocalIPAddress@files:IPUtils.dll stdcall';

哪里可能是问题?

0 个答案:

没有答案