2009.04.15 22:19 "[Tiff] ostringstream", by Christian Henning

2009.04.16 03:30 "Re: [Tiff] ostringstream", by Edward Lam

Unless you haven't realized it yet, welcome to iostream hell. :)

Libtiff heavily depends on seeking. I'd confirm that your ostringstream implementation supports seeking properly. Last I tried seeking with ostrstream, it was heavily broken on Linux but then I don't develop on it as my main platform. It may very well extend into their ostringstream implementation.

-Edward

Hi there, while testing the streaming facilities, I came across a problem with using std::ostringstream. The buffer is empty after writing. Is this a known issue? I tried, std::stringstream and std::ofstream and both work.