Registriert seit: 13. Feb 2003
Ort: Pdm
67 Beiträge
|
Re: PNG anzeigen lassen
18. Feb 2004, 12: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
|