Re: [twsocket] Webserver only with local connections

2007-12-05 Thread Fastream Technologies
What I tried to explain to you is the simplest method--if the client is in the same computer and if it uses 127.0.0.1 as the destination addess, then the source address from server's point of view must be 127.0.0.1 as well.. So if you use the listening IP as 127.0.0.1, then no other IP would be

Re: [twsocket] TWSocketServer and backlog

2007-12-05 Thread [EMAIL PROTECTED]
No worries! Here's the update on this: I have *slightly* modified my application based on the suggestions and insight I received from this list. When I say slightly I mean a lot, but that sounds too ominous :) First, I switched to TWSocketThrdServer without a hitch (hurray! for Arno's hard

Re: [twsocket] ICS

2007-12-05 Thread [EMAIL PROTECTED]
Farhan, I'm posting a copy of this message to the list because I think other members can offer good help for you to migrate your application to ICS. The TWSocket component communicates with the WinSock API at the lowest levels, and therefore it may seem more complicated to deal with than

Re: [twsocket] Winsock-Error 'Invalid Parameter' (10022) under Win98

2007-12-05 Thread Arno Garrels
Arno Garrels wrote: Try to set a breakpoint in WSocket.pas, procedure TCustomWSocket.Connect and single step thru the code. Then please post the line where the exception is fired. Or use MadExcept to generate a BugReport if you don't have Delphi installed. -- Arno Garrels [TeamICS]

Re: [twsocket] Webserver only with local connections

2007-12-05 Thread George
Sorry, I missed that post. I never received it :( Thanks! - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, December 04, 2007 2:21 PM Subject: Re: [twsocket] Webserver only with local connections I have

[twsocket] AV in TWSocketThrdServer.PutDataInSendBuffer

2007-12-05 Thread [EMAIL PROTECTED]
Hello: I was testing my application and and noticed in the log that when I tried to destroy the TWSocketThrdServer while it had opened connections, I got a few (seemingly) random AVs which I traced to the following lines in PutDataInSendBuffer method: procedure

Re: [twsocket] TWSocketServer and backlog

2007-12-05 Thread Hoby Smith
Hey DZ. Sorry, I didn't mean to drop out of this email thread. I have just been slammed for the last week and didn't have a chance to response to any of the further posts on this (they were buried in very long inbox). From what I see, Wilfried and Arno helped you out more than I would have

Re: [twsocket] Winsock-Error 'Invalid Parameter' (10022) under Win98

2007-12-05 Thread Arno Garrels
[EMAIL PROTECTED] wrote: Hello I'm using the ICS and Delphi 4 to test the mail-send demo on an system with Win98SE. When attempting to connect to the mailserver it throws the winsock error 'Invalid Parameter' (10022). Causing this the version of the winsock-dll? Installed: ws2_32.dll /

[twsocket] Winsock-Error 'Invalid Parameter' (10022) under Win98

2007-12-05 Thread aramax
Hello I'm using the ICS and Delphi 4 to test the mail-send demo on an system with Win98SE. When attempting to connect to the mailserver it throws the winsock error 'Invalid Parameter' (10022). Causing this the version of the winsock-dll? Installed: ws2_32.dll / 4.10. On an XP-system it

[twsocket] WSocketTS won't build in d2

2007-12-05 Thread Ron
Are there some conditional defines missing from this unit? Delphi 2 errors on defines for FreeAndNil, Longword and TagMsg. -- 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