Trouble with ODAC 9.6.22, XE7 and Indy

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
riwe
Posts: 9
Joined: Fri 20 Nov 2009 14:57

Trouble with ODAC 9.6.22, XE7 and Indy

Post by riwe » Wed 10 Feb 2016 13:03

Hello,
I have some trouble when I compile a project which worked with previous ODAC versions in XE7. The problem is that ODAC defines in the file "OraConsts.hpp" the Name "DefaultPort". But Indy uses this name too for a property. So the preprocesser replaces Name for the property with the value L"1521" which was defined in "OraConsts.hpp".
Do you have a workaround?
Thank you in advance!

Update: It works with ODAC 9.6.21

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Trouble with ODAC 9.6.22, XE7 and Indy

Post by AlexP » Wed 10 Feb 2016 13:28

Hello,

Thank you, we have reproduced the described case, and will fix it as soon as possible.

Post Reply