Problem with Install in Delphi XE8

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37383
    dkjMusic
    Participant

    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?

    #56314
    Support
    Keymaster

    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

    #56316
    dkjMusic
    Participant
    '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

    #56347
    Support
    Keymaster

    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.

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