You do not really need to install anything.
Just add the paths with the units to the search paths.

But if you want to install it, you can open the internettools.lpk and click Use/Install

On 05/23/2013 10:51 AM, Kjow wrote:
2013/5/22 Benito van der Zander <ben...@benibela.de <mailto:ben...@benibela.de>>

    Hi,
    last week I ported my Internet Tools
    (http://benibela.de/sources_en.html#internettools) to Android
    e.g.:

    uses simpleinternet;
    Memo2.Lines.text := retrieve(edit1.text);

    or if you need the headers:

    uses androidinternetaccess;
    var internet: TAndroidInternetAccess;
    begin
        internet:=TAndroidInternetAccess.create;
        Memo2.Lines.text := internet.get(edit1.text);
        Memo1.Lines.Assign(internet.GetLastHTTPHeaders);
        internet.free;
    end;


Thank you, but I can't get it working... neither x64-win64 nor Android.
I can't find an installation guide, so I don't understand what is needed and how to set it.

Can you help me?


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to