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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to