Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi PNGImage Problem (https://www.delphipraxis.net/151525-pngimage-problem.html)

Schurke333 21. Mai 2010 12:11


PNGImage Problem
 
Hey Leute ich habe ein riesiges Problem.

Delphi-Quellcode:
interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, PNGImage, ExtCtrls, StdCtrls, ComCtrls;

type
  TForm1 = class(TForm)
    Panel1: TPanel;
    Button1: TButton;
    IDice1: TImage;
    IDice2: TImage;
    IDice3: TImage;

PNGImage ist rot unterstrichen ud immer wenn ich das Programm starten will kommt eine Fehlermeldung.
Sie lautet: F1026 Datei nicht gefunden: 'PNGImage.dcu'

DeddyH 21. Mai 2010 12:19

Re: PNGImage Problem
 
Hallo und Willkommen in der DP :dp:,

welche Delphi-Version verwendest Du denn? AFAIK ist PNG-Support erst ab Delphi 2009 enthalten, ansonsten brauchst Du Fremdkomponenten/-bibliotheken.

Schurke333 21. Mai 2010 12:24

Re: PNGImage Problem
 
also ich benutze Delphi 2005. Was muss ich tun damit es läuft?

DeddyH 21. Mai 2010 12:27

Re: PNGImage Problem
 
Schau mal, ob Du unter Thany.org noch die PngComponents bekommen kannst.

mkinzler 21. Mai 2010 12:27

Re: PNGImage Problem
 
Siehe http://www.delphipraxis.net/internal...t.php?t=119903


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:33 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz