[fpc-devel] Re: Problem with nested classes and const struct values

Paul Ishenin ip at kmiac.ru
Sat May 5 08:28:29 CEST 2012


05.05.2012 14:23, Paul Ishenin wrote:

> Probably this happen because of some bug fix because I have the same
> error in delphi:
>
> htest.pas(44)
> Test.lpr(41) Error: E2003 Undeclared identifier: 'CLSInfo'
> Test.lpr(42) Error: E2003 Undeclared identifier: 'ACLInfo'
> Test.lpr(49)

Although if I change your sources to:

       Header:TCoreObjectInfo=(
         ID                       : 0;
         ProviderID               : 0;
         Enabled                  : true;
         Anonymous                : false;
         NotifyOnBuffersChanged   : false;
         Scale                    : 0;
         CLSInfo                  : @Root.Test.CLSInfo;
         ACLInfo                  : @Root.Test.ACLInfo;
       );


then delphi start to compile while FPC still does not.

Best regards,
Paul Ishenin




More information about the fpc-devel mailing list