I have a program written in BCB that imports a wsdl. When I run the program I get this error:
[C++ Error] ExtActns.hpp(614): E2015 Ambiguity between '_di_IBinding' and 'Wsdlbind::_di_IBinding'.
I looked through the ExtActns.hpp file and found this line of code:
HRESULT __stdcall OnStartBinding(unsigned dwReserved, _di_IBinding pib);
I need help on how to resolve this, please?