2009-09-12 09:16:28 UTC
Hi DremLIN,
I'm sorry, I can't help you at the moment, I don't have Delphi 2010
yet. I plan to download the trial version when I get the time but I
can't promise you anything.
I would guess that the interfaces are just moved into a different
unit. That would be simple, you would only have to change the uses
clause. If you like you can check the Delphi design packages with
tdump and see in which units the interfaces are declared.
The worse case would be if the interfaces are not supported at all
anymore. Then you would have to find out what could be used instead.
Good luck,
Ondrej