CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: bstrcmp

  1. #1
    Join Date
    Jul 1999
    Posts
    3

    bstrcmp

    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 ...



  2. #2
    Join Date
    Jul 1999
    Posts
    3

    Re: bstrcmp

    Used a wcscmp(). It does have the risk of not being able to handle embedded NULLs but I could live with that.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured