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
> 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
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
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
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
>
> 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
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
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