Compile error AC 9.13 with DevExpress V14.1.3

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36278
    Ondra
    Participant

    Delphi 2010

    AlphaControls v9.13

    DevExpress 14.1.3 (ExpressQuantumGrid Suite)

    Compile with error:

    [DCC Fatal Error] acLFPainter.pas(42): F1026 File not found: 'dxSkinsLookAndFeelPainter.dcu'

    The “ExpressQuantumGrid Suite” does not contain file “dxSkinsLookAndFeelPainter.dcu”, which is part of the Skin library by DevExpress.

    For skinning but just use the AC.

    Installation “ExpressQuantumGrid Suite” contains only the following directories:

    Vcl

    ExpressCommon Library

    ExpressCore Library

    ExpressDataController

    ExpressEditors Library

    ExpressExport Library

    ExpressGDI+ Library

    ExpressLayout Control

    ExpressLibrary

    ExpressMemData

    ExpressPageControl

    ExpressQuantumGrid

    Library

    Setup

    XP Theme Manager

    File “dxSkinsLookAndFeelPainter.dcu” should probably be in the directory ExpressSkinsLibrary.

    Regards,

    Ondra

    #52360
    Support
    Keymaster

    Hello! Skin library by DevExpress really needed for using of QuantumGrid with AlphaSkins.

    #52361
    Ondra
    Participant

    Whoops.

    Until this version of the AC was not needed and the “ExpressQuantumGrid Suite” never been alone. I use AC with DevExpress 4 years.

    Where it is legally available.

    DevExpress this library in “ExpressQuantumGrid Suite” has not. Probably the only full VCL Subscription for 1.499, – USD. This is not good news!

    Sorry for my english.

    #52364
    Support
    Keymaster
    'Ondra' wrote:
    Until this version of the AC was not needed and the “ExpressQuantumGrid Suite” never been alone. I use AC with DevExpress 4 years.

    Do you mean that AlphaControls v8 can work with your version of QuantumGrid?

    #52368
    Ondra
    Participant

    Yes, absolutely no problem.

    Four years it works.

    Even in version 9.10 AC everything worked OK.

    Part Skinning library DevEx well i must be in “ExpressQuantumGrid Suite”.

    If you need to run TeamViewer for you.

    #52372
    HeDiBo
    Participant

    Hi Serge,

    The problem involves this statement:

    Code:
    {$IFDEF VER12_1_6}cxPCPainters, cxPC, cxLookAndFeels, cxPCPaintersFactory, {$ifdef EXPRESSBARS}dxStatusBar, {$endif} dxSkinsLookAndFeelPainter, {$ENDIF}

    If you do not have the express skins, this module (dxSkinsLookAndFeelPainter) is undefined. So the same construction as with the EXPRESSBARS is needed.

    I commented out dxSkinsLookAndFeelPainter and compilation went smoothly.

    #52445
    Ondra
    Participant

    Confirmed.

    Today I installed AC 9.14.

    Just remove the line:

    {$ IFDEF VER14_1_2 dxSkinsLookAndFeelPainter}, {$ ENDIF}

    from aclfPainter.pas.

    Please complete directive such as DXSKIN like EXPRESSBARS,

    for us who do not have a library dxSkin.

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