[twsocket] UDP broadcast error Permission denied

2010-12-23 Thread Arno Garrels
Hi, When I try a SendTo() address 255.255.255.255 with an UDP listening TWSocket I get error WSAEACCES Permission denied, is this normal?. SendTo() 192.168.1.255 works, Firewall is turned off. procedure TMyServer.UdpListen; begin if FUDP = nil then FUDP := TWSocket.Create(nil);

Re: [twsocket] UDP broadcast error Permission denied

2010-12-23 Thread Francois PIETTE
To broadcast on 255.25.255.255, use connect() and then send(). Connect() will set SO_BROADCAST option at the socket level. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be

Re: [twsocket] UDP broadcast error Permission denied

2010-12-23 Thread Arno Garrels
Francois PIETTE wrote: To broadcast on 255.25.255.255, use connect() and then send(). Connect() will set SO_BROADCAST option at the socket level. Thanks, I have to use the listening socket in order to avoid Bind errors, setting SO_BROADCAST after Listen actually works fine. Happy Holidays --

Re: [twsocket] HttpCli / Async in thread problems

2010-12-23 Thread Frans van Daalen
Forgot to say that the logged status after the call is almost always HttpDnsLookup and that the exact line in HttpRequestDone is If (Sender as ThttpCli).State in [httpReady,httpAborting,httpClosing] then Begin PostMessage((Sender as THttpCli).CtrlSocket.Handle, WM_QUIT, 0, 0);

[twsocket] Season's greetings

2010-12-23 Thread Francois PIETTE
Hi Everyone ! Happy Holidays and best wishes for 2011 ! Merry Christmas, -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2010-12-23 Thread Frans van Daalen
Forgot to say that the logged status after the call is almost always HttpDnsLookup and that the exact line in HttpRequestDone is If (Sender as ThttpCli).State in [httpReady,httpAborting,httpClosing] then Begin PostMessage((Sender as THttpCli).CtrlSocket.Handle, WM_QUIT, 0, 0);

Re: [twsocket] Season's greetings

2010-12-23 Thread DZ-Jay
¡Feliz Navidad y un próspero Año Nuevo a todos! (Merry Christmas and a prosperous New Year to everyone!) dZ. On Dec 23, 2010, at 17:40, Maurizio Lotauro wrote: Scrive Francois PIETTE francois.pie...@skynet.be: Hi Everyone ! Happy Holidays and best wishes for 2011 ! You too,

Re: [twsocket] Season's greetings

2010-12-23 Thread Hoby Smith
Francois said: Merry Christmas Merry Christmas and Happy New Year to everyone from Denver, Colorado! :) Hoby -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Season's greetings

2010-12-23 Thread Zvone
Merry Christmas and Happy 2011 from Croatia to all of you guys especially Francois, Arno and Angus... and big thanks for all the help and tips provided so far! You have no idea how much it is appreciated! -- To unsubscribe or change your settings for TWSocket mailing list please goto