- This topic has 11 replies, 6 voices, and was last updated 12 years, 2 months ago by
tulusbp.
-
AuthorPosts
-
November 21, 2012 at 10:18 am #35471
Jacek
ParticipantEmbarcadero® 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 beginI tried to remove all related dcu, dcp, bpl files – nothing helps.
Could you help me?
Regards,
Jacek
November 21, 2012 at 11:03 am #49403Support
KeymasterHello!
This function is declared in the cxLookAndFeelPainters.pas (DevExpress)
Please check if this function exists there.
November 21, 2012 at 12:20 pm #49406Jacek
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
November 22, 2012 at 8:28 am #49415Support
KeymasterHello!
Please wait few days, I'll check it.
December 1, 2012 at 2:29 pm #49523ghost_i
ParticipantHave the same mistake.
AlphaControls 8.10
DevExpress vol.2012 v1.5
December 3, 2012 at 2:23 pm #49532Ondra
ParticipantHave the same mistake.
AlphaControls 8.10
DevExpress vol.2012 v1.6
December 3, 2012 at 2:23 pm #49533muratk
Participantadd // in front of if GetExtendedStylePainters
December 6, 2012 at 6:58 pm #49587Support
KeymasterJacek, Ondra, ghost_i, try the attached file please.
Thank you, muratk.
December 7, 2012 at 9:49 am #49594Jacek
Participant'Support' wrote:Jacek, Ondra, ghost_i, try the attached file please.
Thank you, muratk.
Thank you, installed without any problem.
Regards,
Jacek
January 18, 2013 at 1:51 pm #49955tulusbp
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
January 21, 2013 at 8:04 am #49972Support
KeymasterHello!
'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.
January 21, 2013 at 9:26 am #49974tulusbp
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
-
AuthorPosts
- You must be logged in to reply to this topic.