A quick update, Changing the line: ostrstream text( buffer, len ); to: std::ostrstream text( buffer, len ); fixes the problem. Is this a characteristic of my machine, or a change that should be committed to the repository? Thanks, -Damion-