#1 2011-12-17 16:19:02

snail
Member
Registered: 2011-12-03
Posts: 2

Delphi XE2 compiled error

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

Offline

#2 2011-12-17 20:10:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,603
Website

Re: Delphi XE2 compiled error

Get rid of the ^ character:
fList.List[ i ]

I have to reinstall my XE2 compiler (with latest update 3).

Offline

#3 2011-12-19 08:51:48

corchi72
Member
Registered: 2010-12-10
Posts: 232

Re: Delphi XE2 compiled error

hi, I also bought Delphi x2 and I wanted to compile my program to 64 bit, but there is an error in the file SynCommons, you plan to move to 64 bits?

Offline

Board footer

Powered by FluxBB