Hi all,
How can I use the nsIStringInputStream in C++?
Below is my code:
//****
nsCOMPtr<nsIStringInputStream> newPostStream;
char* aStream = "&key=123";
newPostStream->AdoptData(aStream, strlen(aStream));
//***
I'm not sure where my mistake was & I always get "the memory could not
be read" when run on firefox, please advice...
Thanks.
_______________________________________________
Mozilla-netlib mailing list
Mozilla-netlib@mozi...
http://mail.mozilla.org/listinfo/mozilla-netlib
opensubscriber is not affiliated with the authors of this message nor responsible for its content.