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

Threaded View

  1. #16
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: DLL's Compatibility

    ConvertStringToBSTR is declared in comutils.h.

    You can use ConvertBSTRToString to get your char* back from BSTR if needed in C++ application.
    Last edited by Krishnaa; July 12th, 2006 at 05:32 AM.
    Regards,
    Ramkrishna Pawar

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