FYI, I have now installed a new version (2009.09.21) of the code that
uses exclusively.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/li
On Tue, 2009-09-15 at 13:59 -0700, Ross Finlayson wrote:
> >sstream is the preferred choice. strstrea.h and strstream.h are
> >both deprecated (the former is no longer present in VS 2008
> >distributions, for example). We did some testing using just sstream
> >and found that it worked for us o
sstream is the preferred choice. strstrea.h and strstream.h are
both deprecated (the former is no longer present in VS 2008
distributions, for example). We did some testing using just sstream
and found that it worked for us on both our windows builds and linux
builds.
Can someone with a cre
We ran into some compile errors for "strstrea.h", did a bit of research and
ended up making this change in both Groupsock.cpp and NetInterface.cpp:
#ifndef NO_STRSTREAM
#if (defined(_*WIN32__) || defined(_WIN32)) && !defined(__MINGW32__)
#include
#else
#if defined(__GNUC__) && (__GNUC_* > 3 || *_
Good day
Where is filie strstream.h (or sstream.h) ???
Best regards
Jacques (France)___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel