Thema: Delphi PNG anzeigen lassen

Einzelnen Beitrag anzeigen

Tanadirian

Registriert seit: 13. Feb 2003
Ort: Pdm
67 Beiträge
 
#8

Re: PNG anzeigen lassen

  Alt 18. Feb 2004, 11:55
Delphi-Quellcode:
program showcase2;

uses
  Forms,
  showcase2unit in 'showcase2unit.pas{Form1},
  pngextra in '..\pngextra.pas'; {<-- Hier kommt die Fehlermeldung}

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
The capacity to learn is a gift;
The ability to learn is a skill;
The willingness to learn is a choice.
-REBEC OF GINAZ
  Mit Zitat antworten Zitat