Delphi XE2 Update 3 - error

Hi.
After installing update 3 in Delphi XE2 I get error about some packages need to be recompiled.
I have attached a screenshot of one of the messages.

thanks

I have tried to recompile the packages manually
BuildPackages_D16.groupproj
(…RemObjects Software\Data Abstract for Delphi\Source)
But when I try to compile DataAbstract_AbsoluteDBDriver_D16 package I get an error
[DCC Fatal Error] DataAbstract_AbsoluteDBDriver_D16.dpk(35): E2202 Required package ‘dclAbsDBD16’ not found

thanks

Hi JohnA

you must recompile only the fmx package but before compile DataAbstract_FMX_D16 you must recompile the RemObjects_FMX_D16 package (RO SDK).

But when I try to compile DataAbstract_AbsoluteDBDriver_D16 package I get an error
[DCC Fatal Error] DataAbstract_AbsoluteDBDriver_D16.dpk(35): E2202 Required >>package ‘dclAbsDBD16’ not found

that is correct. For compile this package you must have Absolute component (Componet Ace) installed.

best Regards

Claudio

Hi.
I tried that and I do not anymore get errors when I try to start Delphi XE2.
But when I try to build a project I previously created in Delphi 2010 i know get compilers errors about units in uses.
[DCC Fatal Error] dbDriftslog.pas(10): F1026 File not found: ‘xercesxmldom.dcu’

thanks

Hi JohnA

great!

For the xercesxmldom problem, that it is not a problem related at RemObjects,read here:

Best Regards

Claudio

Hi.
You are right. Sorry about that.

thanks