Einzelnen Beitrag anzeigen

Bubble

Registriert seit: 27. Jul 2015
4 Beiträge
 
#3

AW: Hilfe bei Steam API Wrappers

  Alt 27. Jul 2015, 08:32
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;

Geändert von mkinzler (27. Jul 2015 um 08:42 Uhr)
  Mit Zitat antworten Zitat