<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: wisem &lt;1049588@aruba.it&gt;<br>To: live-devel@ns.live555.com<br>Sent: Thursday, November 2, 2006 12:52:58 PM<br>Subject: [Live-devel] It compiles, but it doesn't work... :-(<br>Now I have the .exe file. I have inserted a 
test.mpg file in the same dir of <br><div><font face="Arial" size="2"><font face="Times New Roman" size="3">the exe and then I have executed it, but... 
It keeps to give me this <br>message, then exits:<br><br>Beginning 
streaming...<br>Beginning to read from 
file...<br>BasicTaskScheduler::SingleStep(): select() fails: No error<br><br>In 
the debugger I have discovered that the error comes from this instruction <br>in 
'basictaskscheduler.cpp':<br><br>int selectResult = select(fMaxNumSockets, 
&amp;readSet, NULL, NULL, <br>&amp;tv_timeToDelay);<br><br>when it reach this 
instruction, the select returns -1 and the <br>WSAGetLastError gives the 
"WSAENOTSOCK - Error 10038" that should means: <br>'Socket operation on 
non-socket'...<br><br>What can it be? What should I do? In the test program I 
have not modified <br>nothing... I have to modify some address or some 
port?<br><br>Thanks in advance,<br>Wisem </font><br></font></div><div>_______________________________________________<br><br>quite confusing that the program has an error, but it says "no error", isn't it? <br>
<br>That was exactly my problem. But i'm not sure now how i solved it. Sorry.<br>One thing i can remember:<br>i followed the instruction on how to build the code in windows once again.<br>Built it with nmake on command prompt.<br>linked all the necessary include &amp; lib files plus "ws2_32.lib" (maybe you can try to link this "ws2_32.lib" too. and tell us whether it works or not.)<br>and that's just it actually.<br></div></div><br>good luck.<br><br>ps:The test programs work just fine without any additional change.<br><br></div></div><br></body></html>