
Dirk Griffioen wrote:
Hi Jonathan,
Thanks for helping me out!!
Glad to help.
I've tried your proposition below and it does the trick, even with actual encryption going on:
out << "test" << std::endl; //this works //out << "test" << "\n"; //this does not
One remark: he code above works on my vc71 debug setup (cl called through bjam v2 build v10), but if I read your earlier mail correctly it should be the other way around and hang as well?
What I was trying to say was that the problem occured with "\n" but not endl.
One question: is this behaviour intended?
Definitely not -- I'm going to try to fix it.
I will try some more stuff (with some other containers , the copy/adapt etc) and source/sink - apart from encryption I am in need of a audio source/sink.
I'll let you know :) - It's great stuff!
Thanks!
Cheers, Dirk
Jonathan