Timage Png

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34899
    ravn
    Participant

    After installing the Alpha controls then I can not add ping image to TImage at deigntime without acPNG will be added in the uses.

    This is problem for me when target platform is win64. How can I solve this problem

    I am using Delphi XE2, and my project is outside the Alpha controls.

    #47243
    Support
    Keymaster

    Hello

    If you have sources of the AlphaControls package then you can just enable NOACPNG key in the sDefs.inc file and recompile the package.

    Otherwise, you can try to add this line :

    Code:
    TPicture.UnregisterGraphicClass(TPNGGraphic);

    at the end of Register procedure in the sRegisterIt.pas file.

    uses acPNG;

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.