Re: [twsocket] Var question

2008-11-29 Thread Cédric Joubert
Thanks. Cédric - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, November 29, 2008 8:15 PM Subject: Re: [twsocket] Var question >> I have a (non oriented socket) question : >> Can you tell me what is the best general Delphi mail

Re: [twsocket] Var question

2008-11-29 Thread Francois PIETTE
> I have a (non oriented socket) question : > Can you tell me what is the best general Delphi mailing list please ? Same server, different mailing list: http://lists.elists.org/cgi-bin/mailman/listinfo/delphi http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk -- [EMAIL PROTECTED] The

[twsocket] THttpServer Bug - Infinite loop on error in range-definition

2008-11-29 Thread Arno Garrels
Hi, In order to reproduce the bug connect with THttpCli and assign the following byte range: ContentRangeBegin := some valid value; ContentRangeEnd := file size; The THttpServer will enter an infinite loop! What I do not know is whether the range above should be treated as a valid range or no

Re: [twsocket] HTTP Range Problems with Files > 2 GB

2008-11-29 Thread Arno Garrels
Lars Gehre wrote: >> Lars Gehre wrote: >>> I believe all versions of ICS have these problems (at least with >>> Delphi 7 but I don't think integer or longword are suddenly >> Int64 in >>> newer delphi versions). >> >> It seems that ICSv6 and v7 both support Int64: >> >> {$IFDEF UseInt64ForHttpRan

[twsocket] Var question

2008-11-29 Thread Cédric Joubert
hi, I have a (non oriented socket) question : Can you tell me what is the best general Delphi mailing list please ? Just to ask some simple questions like : How to pass "nothing" to a function/proc that waits for an Var argument ? Let's take the System procedure Val(S;var V;var Code:Inte

Re: [twsocket] HTTP Range Problems with Files > 2 GB

2008-11-29 Thread Lars Gehre
> > Lars Gehre wrote: > > I believe all versions of ICS have these problems (at least with > > Delphi 7 but I don't think integer or longword are suddenly > Int64 in > > newer delphi versions). > > It seems that ICSv6 and v7 both support Int64: > > {$IFDEF UseInt64ForHttpRange} > THttpRan

Re: [twsocket] HTTP Range Problems with Files > 2 GB

2008-11-29 Thread Arno Garrels
Lars Gehre wrote: > I believe all versions of ICS have these problems (at least with > Delphi 7 but I don't think integer or longword are suddenly Int64 in > newer delphi versions). It seems that ICSv6 and v7 both support Int64: {$IFDEF UseInt64ForHttpRange} THttpRangeInt= Int64; {$EL

[twsocket] HTTP Range Problems with Files > 2 GB

2008-11-29 Thread Lars Gehre
Hello all, I'm currently working system for streaming (DVB-)Recordings via http/get with the ICS V5 http server and delphi 7. Most of these recordings are way bigger than 2 GB (MaxInt). The problem is easy to replicate: use VLC (videolan.org) to open a http-Stream on the http server demo and set