Code:
GetModuleFileNameA
GetLastError
FormatMessageA
FreeLibrary
LoadLibraryA
GetProcAddress
kommen aus windows-bibliotheken
die anderen solltest du aus msvcrt.dll importieren können:
Delphi-Quellcode:
function _strlen(const Str: PChar): Cardinal; cdecl;
external 'msvcrt.dll' name 'strlen';