Hi all,<br>I created a new project with VC++ 6.0 and I added all Live libraries that I compiled (libliveMedia.lib, libgroupsock.lib, libUsageEnviroment.lib...). My project is very similar to testMPG4VideoStreamer from testProgs on Live but it takes other .lib&#39;s from another project too. It compile, but the application program breaks down when it initialize the RTCPInstance. I think it was a problem from my application, but I change my implementation to 
testMPG4VideoStreamer.cpp, I compile it taking the precompiled .lib as I do with my program and it has the same error. Debugging it I saw the problem was on DelayQueue on TaskScheduler.<br><br><font size="-1">Do anyone know what&#39;s the problem? Is it not possible to take .lib&#39;s from Live to make another project? Must I modify the compiler options to run it OK?
<br><br>Thanks in advance,<br><br>Ramon<br></font>