dcc32 error sStyleSimply.pas: 'Active' is not class nor interface

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37635
    werkstattboss
    Participant

    Hi All

    When compiling with Delphi Berlin I get an errors: dcc32 error – sStyleSimply.pas: “'Active' is not class nor interface” at line 50, another one at 54,87,91 anf 93.

    Updated to 12.18, no effect

    any suggestion?

    edit: E2217: Published field '%s' not a class or interface type (Delphi) seems to be the error

    TIA Rolf

    #57212
    Support
    Keymaster

    Hello Rolf

    Is it possible to show an example with described error?

    #57215
    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

    #57218
    Support
    Keymaster

    This issue may be repeated in a new project?

    #57221
    werkstattboss
    Participant
    'Support' wrote:

    This issue may be repeated in a new project?

    I'll try .

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