Problem with Install in Delphi XE8

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.