[fpc-pascal] someone using indy10 (tiburon)?

Henrik Genssen henrik.genssen at mediafactory.de
Tue Oct 27 10:48:01 CET 2009


Hi Prince,

yes I think help could be useful. If you are familiar with ICONV 
and would like to help you can check out INDY10 at:
https://svn.atozed.com:444/svn/Indy10/branches/Tiburon

The public user acount has been renamed to "Indy-Public-RO" with no 
password.

give it a simple try:

uses
   IdHTTP

with TidHTTP.Create(nil) do
begin
     Rsp := TStringSTream.Create('');
     Get('http://www.google.de', Rsp);
end;

regards

-- Hinnack

>reply to message:
>date: 24.10.2009 19:41:41
>from: "Prince Riley" <wmarketing3 at gmail.com>
>to: "FPC-Pascal users discussions" <fpc-pascal at lists.freepascal.org>
>subject: Re: [fpc-pascal] someone using indy10 (tiburon)?
>
>Hinnack --
>
>Do you think the Indy team would welcome some assistance with the MacOS
>version of Indy 10. I am def ineterested in Indy 10
>on MacOS (Snow Leopard)
>
>Prince
>
>On Sat, Oct 24, 2009 at 11:49 AM, Henrik Genssen <
>henrik.genssen at mediafactory.de> wrote:
>
>> Hi,
>>
>> the indy people seem only to support/work on the Tuburon branch.
>> For me it works on windows. But I have no luck on MACOSX!
>> seems to be a problem with lib-iconv - but the only one on the
>> indy-mailing-list (Remy Lebeau) claims to have no FPC at all...
>>
>> So my question is:
>> is there actually someone using INDY10 with FPC on other
>> platforms than windows? version of IINDY, FPC, OS?
>>
>> If not - is there someone interested in it - or are the alternatives
>> suiting your needs? If so - what are you using?
>>
>> I have been using indy9 on delphi for a long time and know
>> that it is a buggy thing. But I never found something more complete
>> (in the meaning of supporting protocols) and have fixed a lot and
>> done a lot of different projects using it.
>>
>> -- Hinnack
>> _______________________________________________
>> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>>
>



More information about the fpc-pascal mailing list