Oops, I thought it was clear from the sequence of my posts.
Cleaning up and then reinstalling the latest ICS V5 was the solution.
So most probably there were remains from an older ICS installation.
Have a nice weekend
Stefan Paege
Am 03.02.2012 um 18:42 schrieb François Piette :
>> OK, have i
> OK, have it working now.
And the problem was
It is always better to report the solution you found for a problem you
talked in the list. This way, the next guy searching for the same problem
will also find the solution !
Thanks.
--
francois.pie...@overbyte.be
The author of the freeware mul
> There is a way to recognize networks changes like these?
Have a look at IP Helper API:
http://msdn.microsoft.com/en-us/library/aa366329(VS.85).aspx
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
Arno Garrels wrote:
> This is untested:
> http://lists.elists.org/pipermail/twsocket/2012-January/044464.html
Oops, just skipped following the ICS mailing list for some days and thus
have not seen the previous message.
Thanks, Arno! Will have a look at it.
Regards,
Tobias
--
To unsubscribe or c
Tobias Rapp wrote:
> Hi!
>
> I would like to extend my existing ICS-based HTTP server to allow
> upload and removal of files on the server. From reading the HTTP
> specs at [1] it seems that the natural commands for these actions
> would be "PUT" [2] and "DELETE" [3].
>
> Unfortunately the THttpS
Hi,
I've an udp socket listening on :.
If I make some network configuration changes, no socket error will be triggered.
Is it normal?
I've tested following cases:
1. switching off wifi: netstat tells that the socket is listening yet. And it
will continue receive data (I've tried from a client on t
OK, have it working now.
Thanks guys.
Stefan Paege
--
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
Hi Arno, Francois,
I did download ICS5 from OverByte.be yesterday.
Then copied it into my Delphi 5 installation and compiled the package.
I'm not 100% sure if I had an older version of ICS installed before. So
there might be leftovers from an ancient installation.
I will try to clean up and reinst
Hi!
I would like to extend my existing ICS-based HTTP server to allow upload
and removal of files on the server. From reading the HTTP specs at [1] it
seems that the natural commands for these actions would be "PUT" [2] and
"DELETE" [3].
Unfortunately the THttpServer/THttpConnection components do