Zitat von Marc Weustink <[EMAIL PROTECTED]>: > Mattias Gärtner wrote: > > Zitat von Marc Weustink <[EMAIL PROTECTED]>: > > > >> Lord Satan wrote: > >>> Hi all, > >>> > >>> as the subject says. > >>> > >>> lazpng.pas(33,20) Error: There is no method in an ancestor class to be > >> overridden: "class TPNGImage.GetDefaultFPReader:Class Of > >> TFPCustomImageReader" > >>> lazpng.pas(34,20) Error: There is no method in an ancestor class to be > >> overridden: "class TPNGImage.GetDefaultFPWriter:Class Of > >> TFPCustomImageWriter" > >>> lazpng.pas(43,1) Fatal: There were 2 errors compiling module, stopping > >> Most image formats are now supported by lazarus natively. Is there a > >> reason you need the package ? > > > > Either the package must be repaired or removed for 0.9.26. > > I suggest to keep the package and to only remove the LCL formats. > > ok > > > This way experimental or future complex image formats like gif and svg can > be > > added to the package. > > Marc, should I clean up the package? > > if you will, please do. > > (changing is mostly renaming GetDefaultFPReader/Writer -> GetReader/Writer)
Done in r15560. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
