Timage Png Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 13 years, 3 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 17, 2011 at 5:23 pm #34899 ravnParticipant 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. November 24, 2011 at 2:14 pm #47243 SupportKeymaster 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; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting