Page 1 of 1

Another Ambiguity

Posted: Tue 01 Aug 2006 21:46
by alexholz
Greetings,

I got this error when I tried using SDAC components in a
COM Server:

[C++ Error] atlbase.h(5607): E2015 Ambiguity between 'IID_IErrorInfo' and 'Oledbplus::IID_IErrorInfo'

I know it's a conflict, but which declaration can be safely commented out?

The one in atlbase or the the one in Oledbplus?

Any info would be appreciated.

Thanks,

John

Posted: Wed 02 Aug 2006 11:12
by Jackson
Try to change order of #include directives in your header file.