You are not logged in.
Pages: 1
Hello everyone,
I can not compiled under Delphi XE2.
SQLite3Commons.PAS Line 20583
if IsEqualGUID(TServiceFactory(fList.List^[ i ]).InterfaceIID,Guid) then
SQLite3Commons.PAS Line 20640
result := fList.List^[ i ];
SQLite3Commons.PAS Line 20657
result := fList.List^[aIndex];
All Error No E2017 Pointer
Thank you
Hello everyone,
I can not compiled under Delphi XE2.
FRAMVIEW.PAS Line 162
procedure AddFrame(FrameSet: TObject; Attr: TAttributeList; const FName: string); override;
Readhtml.pas Line 160
procedure AddFrame(FrameSet: TObject; Attr: TAttributeList; const FName: AnsiString); virtual; abstract;
AnsiString <> String Error
Thank you
Pages: 1