Delphi Seattle

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36659
    Lasse
    Participant

    Is there any plan to support Delphi 10 Seattle?

    #53974
    cypheros
    Participant
    'Lasse' wrote:

    Is there any plan to support Delphi 10 Seattle?

    I hope so, new Delphi 10 support would be important for me, too.

    #53975
    cypheros
    Participant

    If you have source code license, you can try to compile it for Delphi 10.

    As a quick workaround, you can change sDefs.inc and add two lines:

    {$IFDEF VER300} {$DEFINE DELPHI_10} {$ENDIF}

    {$IFDEF VER290} {$DEFINE DELPHI_XE8} {$ENDIF}

    {$IFDEF DELPHI_10} {$DEFINE DELPHI_XE8} {$ENDIF}

    {$IFDEF DELPHI_XE8} {$DEFINE DELPHI_XE7} {$ENDIF}

    After that, you can use the packages from the previous version acntDelphiXE8…

    I was able to compile and use AlphaSkins under Delphi 10 Seattle. But I didn't test it on bigger projects. Maybe there are hidden bugs needing changes to the source code.

    #53976
    Support
    Keymaster

    Hello!

    The package with support of Seattle will be published today.

    #53977
    cypheros
    Participant
    'Support' wrote:

    Hello!

    The package with support of Seattle will be published today.

    Great, thanks for your support.

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