Trouble with ODAC 9.6.22, XE7 and Indy
Posted: 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
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