[QUOTE=Bubble;1309893]Hallo,
Delphi-Quellcode:
unit test;
Function SteamAPI_Init : Boolean;
cdecl;
External APIload;
// Tried even with stdcall
end.
Muss bei der Definition nicht noch der Name der Funktion angegeben werden?
Function SteamAPI_Init : Boolean; cdecl; External APIload name 'SteamAPI_?????';
steam_api.dll wird auch gefunden?
cu