werkstattboss

Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Errors when compiling project (10.1 Berlin, win10) #59170
    werkstattboss
    Participant
    'Support' wrote:

    Of course, please send it to support@alphaskins.com

    Finally found the solution: in the .dproj file of another project I found this

    true

    line which was missing in the problematic .dproj file.

    Pasted the Line and all is ok.

    Thank you for your support and the hints that led me to the solution.

    Rolf

    in reply to: Errors when compiling project (10.1 Berlin, win10) #59168
    werkstattboss
    Participant
    'Support' wrote:

    Can we connect at the evening today?

    Can I send you screenshots and / or the dproj / dpr File?

    You should have access to my registered Mail adress.

    I do`t like posting it all on the forum.

    in reply to: Errors when compiling project (10.1 Berlin, win10) #59148
    werkstattboss
    Participant
    'Support' wrote:

    I can connect now or tomorrow all day.

    We can discuss it in the Skype also, my name is Sergvg76 there.

    I don't use skype.

    send an e-Mail to my Mail address.

    in reply to: Errors when compiling project (10.1 Berlin, win10) #59109
    werkstattboss
    Participant
    'Support' wrote:

    I think, something happened with config of your project.

    Can I connect to your PC via the TeamViewer tool?

    Which version will you use and when ?

    PS:

    which File could be “defect”

    I have backups of different Compilations, maybe I could find the error with Beyond compare or so myself?

    in reply to: Errors when compiling project (10.1 Berlin, win10) #59090
    werkstattboss
    Participant
    'Support' wrote:

    I mean – try to make a new project and compile it with AlphaControls.

    If compiled Ok then problems in the old project configuration, we will search a reason of the problem there then.

    Tried a new project, no error. Just used several Datasets, a skinmanager and a dbgrid, is that enough?

    in reply to: Errors when compiling project (10.1 Berlin, win10) #59084
    werkstattboss
    Participant

    The Program is not new.

    It always compiled without errors.

    Now these errors occur.

    werkstattboss
    Participant
    'Support' wrote:

    This issue may be repeated in a new project?

    I'll try .

    werkstattboss
    Participant

    First the Code:

    Code:
    unit sStyleSimply;

    Another Part

    Code:
    type
    TsSkinData = class(TObject)
    Active,
    UseAeroBluring: boolean;

    Author,
    SkinPath,
    Description: string;

    When trying to build the Project, I get these Messages

    Erzeugen von AV.dproj (Debug, Win32)

    brcc32 Befehlszeile für “AV.vrc”

    c:program files (x86)embarcaderostudio18.0bincgrc.exe -c65001 AV.vrc -foAV.res

    dcc32 Befehlszeile für “AV.dpr”

    c:program files (x86)embarcaderostudio18.0bindcc32.exe -$O- -$W+ -$M+ –no-config -B -Q -TX.exe

    -AGenerics.Collections=System.Generics.Collections;Generics.Defaults=System.Generics.Defaults;WinTypes=Winapi.Windows;WinProcs=Winapi.Windows;

    DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE @”c:Program Files (x86)PVAubinAV.cmds” -DDEBUG;AV -E”c:Program Files (x86)PVAubin”

    -LEC:UsersPublicDocumentsEmbarcaderoStudio18.0Bpl -LNC:UsersPublicDocumentsEmbarcaderoStudio18.0Dcp -NUF:DCU -NSData.Win;Datasnap.Win;

    Web.Win;Soap.Win;Xml.Win;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;Bde;System.Win;VCLTee; -V -VN -VR

    -K00400000 -GD -NBC:UsersPublicDocumentsEmbarcaderoStudio18.0Dcp -NHC:UsersPublicDocumentsEmbarcaderoStudio18.0hppWin32 -NOF:DCU

    AV.dpr

    [dcc32 Fehler] sStyleSimply.pas(50): Published-Feld 'Active' ist weder vom Typ class noch interface

    [dcc32 Fehler] sStyleSimply.pas(54): Published-Feld 'Author' ist weder vom Typ class noch interface

    [dcc32 Fehler] sStyleSimply.pas(87): Published-Feld 'Shadow1Offset' ist weder vom Typ class noch interface

    [dcc32 Fehler] sStyleSimply.pas(91): Published-Feld 'FXColor' ist weder vom Typ class noch interface

    [dcc32 Fehler] sStyleSimply.pas(93): Published-Feld 'Version' ist weder vom Typ class noch interface

    [dcc32 Fehler] acZLibEx.pas(443): Ungenügende Forward- oder External-Deklaration: 'inflate'

    [dcc32 Fehler] acZLibEx.pas(445): Ungenügende Forward- oder External-Deklaration: 'inflateEnd'

    [dcc32 Fehler] acZLibEx.pas(447): Ungenügende Forward- oder External-Deklaration: 'inflateReset'

    [dcc32 Fehler] acZLibEx.pas(541): Ungenügende Forward- oder External-Deklaration: 'deflateInit_'

    [dcc32 Fehler] acZLibEx.pas(545): Ungenügende Forward- oder External-Deklaration: 'deflateInit2_'

    [dcc32 Fehler] acZLibEx.pas(548): Ungenügende Forward- oder External-Deklaration: 'deflate'

    [dcc32 Fehler] acZLibEx.pas(551): Ungenügende Forward- oder External-Deklaration: 'deflateEnd'

    [dcc32 Fehler] acZLibEx.pas(555): Ungenügende Forward- oder External-Deklaration: 'adler32'

    [dcc32 Fehler] acZLibEx.pas(558): Ungenügende Forward- oder External-Deklaration: 'crc32'

    [dcc32 Fehler] acZLibEx.pas(563): Ungenügende Forward- oder External-Deklaration: 'inflateInit_'

    [dcc32 Fehler] acZLibEx.pas(567): Ungenügende Forward- oder External-Deklaration: 'inflateInit2_'

    [dcc32 Fataler Fehler] sSkinManager.pas(867): Verwendete Unit 'acZLibEx.pas' kann nicht compiliert werden

    in reply to: Compile error in sDBNavigator.pas #55819
    werkstattboss
    Participant
    'HeDiBo' wrote:

    The following code (AC 11.14) is in error:

    Hello,

    I Have the same problem, but to me the Code seems identical?

    What would I have to change to make it compile?

    Regards

    Rolf

    Code:
    constructor TsNavButton.Create(AOwner: TComponent);
    begin
    inherited;
    ShowCaption := False;
    SkinData.SkinManager := TsPanel(AOwner).SkinData.FSkinManager;
    SkinData.SkinSection := s_TOOLBUTTON;
    Self.DisabledGlyphKind := Self.DisabledGlyphKind + [dgBlended];
    Self.DisabledKind := Self.DisabledKind + [dkBlended];
    Glyph.Width := 0;
    Glyph.Height := 0;
    end;

    The error is that FSkinManager is a protected property of TsPanel.SkinData.

    The code should read:

    Code:
    constructor TsNavButton.Create(AOwner: TComponent);
    begin
    inherited;
    ShowCaption := False;
    SkinData.SkinManager := TsPanel(AOwner).SkinData.SkinManager;
    SkinData.SkinSection := s_TOOLBUTTON;
    Self.DisabledGlyphKind := Self.DisabledGlyphKind + [dgBlended];
    Self.DisabledKind := Self.DisabledKind + [dkBlended];
    Glyph.Width := 0;
    Glyph.Height := 0;
    end;

    I hate it, that I had to receive source with a compile error. It shows, that the code was not tested once. :36:

    in reply to: Error 2008 incompatible Types in sConst.Pas #55467
    werkstattboss
    Participant
    'werkstattboss' wrote:

    I changed the definition to

    procedure acLoadResStr(var AValue: acString; ALib: Cardinal; AIdent, DefValue: integer; Suffix: acString = ''); overload;

    and it works.

    Is that ok or am I making another Mistake?

    in reply to: Error 2008 incompatible Types in sConst.Pas #55466
    werkstattboss
    Participant
    'Support' wrote:

    Thank you for the demo.

    This project has been compiled under Delphi XE2 without problems here.

    Can I connect to your PC and look it remotely?

    How (Teamviewer …) and when?

    What would you expect to find?

    can I do anything to help you?

    in reply to: Error 2008 incompatible Types in sConst.Pas #55464
    werkstattboss
    Participant
    'Support' wrote:

    So, the package was installed successfully?

    Try to make and compile new project with AlphaControls. Which result will you receive?

    The Project is just a Form with some Components on it, no function at all.

    It provokes the error in sConst when compiling.

    In the meantime I heard from someone else, that this issue might be something in the declaration of the TResStringRec where the Module is declared as a ^Cardinal which

    would not be really compatible to a Module : HModule = THandle = NativeUInt

    maybe this helps

    Rolf

    in reply to: Error 2008 incompatible Types in sConst.Pas #55462
    werkstattboss
    Participant
    'Support' wrote:

    Hello, Rolf!

    This error occurs in the package compilation? Or you receives it when application is under compiling?

    Trying to compile the app it is used in leads to the error

    in reply to: Error 2008 incompatible Types in sConst.Pas #55454
    werkstattboss
    Participant

    Hello,

    is it such a simple question that it's too easy?

    Or is it so complicated that there is no answer?

    Anyway, I can't compile because of this. I used AC Components and can not just remove something to try.

    Need help

    Rolf

    in reply to: sConst Error E 2008 incompatible Types #55123
    werkstattboss
    Participant
    'Support' wrote:

    Hello

    Could you show an example with this error, please?

    The Problem is solved, I have put the s* Units in The uses clause of the first visible Form to be created into an order where sSkinmanager.dcu is the last in the row.

    So all units needed by sSkinmanager will be loaded prior to sSkinmanager.

    Thank you anyway

    Rolf

    in reply to: Xe2 install broken in AS v8.50? #52710
    werkstattboss
    Participant

    Hello,

    I,ve got that same problem, can you share the solution please ?

    TIA Rolf

    in reply to: Install 7.67 on XE not working #48672
    werkstattboss
    Participant

    I tried it on Delphi 2007 – no problem

Viewing 17 posts - 1 through 17 (of 17 total)