we use C++ Builder 10 Seattle and we updated ODAC from Version 9.5.18 to 9.6.22.
You have added new defines in the OraConsts.hpp file including the define of DefaultPort:
Code: Select all
#define DefaultHost L"localhost"
#define DefaultPort L"1521"
#define DefaultSID L"orcl"
Code: Select all
__property System::Word DefaultPort = {read=FDefaultPort, write=FDefaultPort, nodefault};
does no more compile because of the OraConsts.hpp define of DefaultPort.
In our Project we have to include both INDY (IdSocketHandle.hpp ect...) and ODAC!
How can we handle this conflict? Is there going to be a new patch of ODAC? How can we fix this Problem?
Thanks for your help!
Kind regards
Michael Morelli