Click to See Complete Forum and Search --> : bstrcmp


a_puri
July 14th, 1999, 02:25 AM
How does one go about using bstrcmp(const BSTR, const BSTR)
which .h files does one need to include to use bstrcmp() ?

Have already included comdef.h but does not resolve it in that ...

a_puri
July 15th, 1999, 01:10 AM
Used a wcscmp(). It does have the risk of not being able to handle embedded NULLs but I could live with that.