in reply to Re: define type or struct for BSTR data type
in thread define type or struct for BSTR data type

thanks a lot ... i have tried with the same code with some changes in unpack() function, and now it is running and giving correct results.
  • Comment on Re^2: define type or struct for BSTR data type

Replies are listed 'Best First'.
Re^3: define type or struct for BSTR data type
by ikegami (Patriarch) on Mar 29, 2011 at 15:30 UTC
    What were those changes?
      Ah! "The pointer points to the first character of the data string, not to the length prefix." Fixed in original post.
Re^3: define type or struct for BSTR data type
by nmeijer (Initiate) on Dec 31, 2012 at 16:56 UTC
    I am having similar issues can you please post your updated code?

      Please read the sibling thread to this. The code was fixed in the original thread.