Home > Back-end >  Inno setup error importing dynamic link library
Inno setup error importing dynamic link library

Time:09-18


As is shown in
[Files]
Source: "findVersionDLL. DLL"; DestDir: "{app}"; Flags: dontcopy
.
[CODE]
The function ReadKernelVersion () : Longint;
External 'ReadKernelVersion @ files: findVersionDLL. DLL stdcall';

FindVersionDLL. DLL and iss files in the same directory,

CodePudding user response:

What a great god help me to solve it, why are imported from the temporary directory,
  • Related