Problem with Install in Delphi XE8 Root › Discussions › AlphaControls This topic has 3 replies, 2 voices, and was last updated 7 years, 8 months ago by Support. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 12, 2017 at 3:28 pm #37383 dkjMusicParticipant When I compile acntDelphiXE8_R.bpl, I get the following errors: [dcc32 Error] acAlphaImageList.pas(159): E2003 Undeclared identifier: 'CreateBmp24' [dcc32 Error] acAlphaImageList.pas(185): E2003 Undeclared identifier: 'CreateBmp24' [dcc32 Error] acAlphaImageList.pas(443): E2010 Incompatible types: 'TsColor_' and 'TsColor' [dcc32 Error] acAlphaImageList.pas(453): E2003 Undeclared identifier: 'Fast32Src' [dcc32 Fatal Error] sThirdParty.pas(63): F2051 Unit sButton was compiled with a different version of sThirdParty.GetImageCount What do I need to do? March 12, 2017 at 7:14 pm #56314 SupportKeymaster Hello What is version number of used AlphaControls package? You has a conflict with very old files seems, because acAlphaImageList.pas doesn't contains these identifiers: CreateBmp24, Fast32Src March 12, 2017 at 8:29 pm #56316 dkjMusicParticipant 'Support' wrote: Hello What is version number of used AlphaControls package? You has a conflict with very old files seems, because acAlphaImageList.pas doesn't contains these identifiers: CreateBmp24, Fast32Src v.11.24 March 22, 2017 at 1:33 pm #56347 SupportKeymaster Sorry for a delay. Version 11 does not contains such words at all. Your Delphi uses old files, you can find them: 1.Make new project 2. Add 'sConst' in uses there 3. Set cursor on sConst and press Ctrl+Enter 4. Will be opened the sConst.pas which used in compilation 5. Check a path to this file, you will see all files which used in compilation 6. Check a version of these files. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls