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 http://www.ov
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 TCustomWSocket.PutDataInSendBuff
Sorry, I missed that post. I never received it :(
Thanks!
- Original Message -
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, December 04, 2007 2:21 PM
Subject: Re: [twsocket] Webserver only with local connections
>I have already told you t
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 oth
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
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 anywa
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]
http://w
[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 /
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 abl
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 work
10 matches
Mail list logo