Leider nicht.
Delphi-Quellcode:
program test;
uses
Vcl.Forms,
test
in '
test.pas'
{Form1},
SteamAPI
in '
SteamAPI.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Sicherheitshalber habe ich es nochmal neu erstellt. Es startet (Form erscheint) bis ich diese Line einfüge:
Function SteamAPI_Init : Boolean; cdecl; External APIload;