- This topic has 6 replies, 3 voices, and was last updated 10 years, 2 months ago by Ondra.
-
AuthorPosts
-
August 27, 2014 at 10:37 am #36278OndraParticipant
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
August 27, 2014 at 10:41 am #52360SupportKeymasterHello! Skin library by DevExpress really needed for using of QuantumGrid with AlphaSkins.
August 27, 2014 at 11:03 am #52361OndraParticipantWhoops.
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.
August 27, 2014 at 2:33 pm #52364SupportKeymaster'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?
August 28, 2014 at 8:29 am #52368OndraParticipantYes, 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.
September 2, 2014 at 3:30 pm #52372HeDiBoParticipantHi 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.
September 8, 2014 at 8:10 am #52445OndraParticipantConfirmed.
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.
-
AuthorPosts
- You must be logged in to reply to this topic.