Install error acLFPainter – GetExtendedStylePainters (urgent)

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #35471
    Jacek
    Participant

    Embarcadero® RAD Studio XE2 Version 16.0.4429.46931

    DevExpressVCLProducts 12.1.4

    AlphaControls 2013 v8.04

    sDefs.inc

    { —- Definitions by Serge V. Goncharov —- }

    // << 3rdparty support start << {$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be False {.$DEFINE DEVEX6} // Old version of DevExpress components, earlier than v2011 {.$DEFINE USEPNG} // Support of TPngImageList from PngComponents {.$DEFINE TNTUNICODE} // Enable Unicode support by TntControls // >> 3rdparty support finish >>

    {$DEFINE ADDWEBBROWSER} // Support of the TWebBrowser

    {.$DEFINE DISABLEPREVIEWMODE} // If key is enabled then preview code is excluded

    {.$DEFINE NOWNDANIMATION} // Disable animation effects for dialogs and forms

    {$DEFINE CHANGEFORMSINDESIGN} // Changing the forms colors in design-time

    {$DEFINE SKININDESIGN} // Skin control in frames in design-time

    {.$DEFINE NOACPNG} // Do not use AlphaControls Png loader automatically

    {.$DEFINE ALITE} // Free Lite Edition

    I cannot build and install the package acDelphiXE2. During compilation of acntDelphiXE2_R.bpl I get the error:

    [DCC Error] acLFPainter.pas(2359): E2003 Undeclared identifier: 'GetExtendedStylePainters'

    [DCC Error] acLFPainter.pas(2359): E2015 Operator not applicable to this operand type

    it indicates to:

    Code:
    procedure _InitDevEx(const Active : boolean);
    var
    vPainter: TcxCustomLookAndFeelPainter;
    begin
    if GetExtendedStylePainters <> nil then begin

    I tried to remove all related dcu, dcp, bpl files – nothing helps.

    Could you help me?

    Regards,

    Jacek

    #49403
    Support
    Keymaster

    Hello!

    This function is declared in the cxLookAndFeelPainters.pas (DevExpress)

    Please check if this function exists there.

    #49406
    Jacek
    Participant
    'Support' wrote:

    Hello!

    This function is declared in the cxLookAndFeelPainters.pas (DevExpress)

    Please check if this function exists there.

    No, there's no GetExtendedStylePainters function in a cxLookAndFeelPainters.pas file. The file timestamp is 2012.11.01 17:41.

    Regards,

    Jacek

    #49415
    Support
    Keymaster

    Hello!

    Please wait few days, I'll check it.

    #49523
    ghost_i
    Participant

    Have the same mistake.

    AlphaControls 8.10

    DevExpress vol.2012 v1.5

    #49532
    Ondra
    Participant

    Have the same mistake.

    AlphaControls 8.10

    DevExpress vol.2012 v1.6

    #49533
    muratk
    Participant

    add // in front of if GetExtendedStylePainters

    #49587
    Support
    Keymaster

    Jacek, Ondra, ghost_i, try the attached file please.

    Thank you, muratk.

    #49594
    Jacek
    Participant
    'Support' wrote:

    Jacek, Ondra, ghost_i, try the attached file please.

    Thank you, muratk.

    Thank you, installed without any problem.

    Regards,

    Jacek

    #49955
    tulusbp
    Participant
    'Jacek' wrote:

    Thank you, installed without any problem.

    Regards,

    Jacek

    still error :

    Build

    [Error] acLFPainter.pas(330): Declaration of 'DrawGroupBoxCaption' differs from previous declaration

    [Error] acLFPainter.pas(1317): Incompatible types

    [Fatal Error] sThirdParty.pas(27): Could not compile used unit 'acLFPainter.pas'

    AlphaControl 8.1.5

    DevExp 2011 vol 2.4

    delphi7

    #49972
    Support
    Keymaster

    Hello!

    'tulusbp' wrote:

    still error :

    Build

    [Error] acLFPainter.pas(330): Declaration of 'DrawGroupBoxCaption' differs from previous declaration

    [Error] acLFPainter.pas(1317): Incompatible types

    [Fatal Error] sThirdParty.pas(27): Could not compile used unit 'acLFPainter.pas'

    AlphaControl 8.1.5

    DevExp 2011 vol 2.4

    delphi7

    Can you try the latest version of DevExp please?

    Otherwise, you should disable keys for latest versions in the acLFPainter.pas file.

    I think, you should disable the VER12_1_6 key, and maybe the VER26 key too.

    #49974
    tulusbp
    Participant
    'Support' wrote:

    Hello!

    Can you try the latest version of DevExp please?

    Otherwise, you should disable keys for latest versions in the acLFPainter.pas file.

    I think, you should disable the VER12_1_6 key, and maybe the VER26 keys too.

    OK Solved , i'm disable the VER12_1_6 key

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