Re: [Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Warren Young
On 1/10/2014 13:04, Ross Finlayson wrote: I'm not planning on making any non-standard, Windows-specific additions to the code. If you're immovable on that point, then someone needs to write a .def file for the DLL, which is *painful* for a large C++ library like live555: http://msdn.microsoft

Re: [Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Ross Finlayson
I'm not planning on making any non-standard, Windows-specific additions to the code. Other operating systems have managed to use the "LIVE555 Streaming Media" as dynamically-linked libraries in their applications - note, for example, the supplied "config.linux-with-shared-libraries" configurati

[Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Madubhushi, Vasudevan
Hi Ross, After trawling through the posts relate to this topic , I found one which expresses your opinion on using Live555 as a shared library. (http://lists.live555.com/pipermail/live-devel/2004-July/000955.html) . Certainly understand the reasoning behind it but then the conu