Search code examples
delphidelphi-7

PngComponents for Delphi 7


I need this PngComponents pack for D7. I need only TPngImageList. If i try to compile this pack (pas files) in D7, i get many errors:

unknown compiler directive {$Pointermath}
invalid operation for "PByte(ptr1) - PByte(ptr2)"
unknown feature "class var"
unknown ft "class function"
etc

Does some ready pack exist for D7? Or only TPngImageList to use in SpTBX?


Solution

  • The Delphi 7 version of the component can be found here: https://code.google.com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=

    For what it is worth, I just did a simple web search to find that link. Learning how to use web search is one of the most important skills in development.