<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
You do not really need to install anything. <br>
Just add the paths with the units to the search paths.<br>
<br>
But if you want to install it, you can open the internettools.lpk
and click Use/Install<br>
<br>
On 05/23/2013 10:51 AM, Kjow wrote:
<blockquote
cite="mid:CADatRmi5OGdmHUixBV8+csnSNGLXgrN10UESo=sPNQv9jgd=kA@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html;
charset=ISO-8859-1">
<div>
<div>
<div>2013/5/22 Benito van der Zander <span><<a
moz-do-not-send="true" href="mailto:benito@benibela.de">benito@benibela.de</a>></span><br>
<blockquote>
<div> Hi,<br>
last week I ported my Internet Tools (<a
moz-do-not-send="true"
href="http://benibela.de/sources_en.html#internettools">http://benibela.de/sources_en.html#internettools</a>)
to Android<br>
e.g.:<br>
<br>
uses simpleinternet;<br>
Memo2.Lines.text := retrieve(edit1.text);<br>
<br>
or if you need the headers:<br>
<br>
uses androidinternetaccess;<br>
var internet: TAndroidInternetAccess;<br>
begin<br>
internet:=TAndroidInternetAccess.create;<br>
Memo2.Lines.text := internet.get(edit1.text);<br>
Memo1.Lines.Assign(internet.GetLastHTTPHeaders);<br>
internet.free;<br>
end;<br>
</div>
</blockquote>
</div>
<br>
</div>
Thank you, but I can't get it working... neither x64-win64 nor
Android.<br>
I can't find an installation guide, so I don't understand what
is needed and how to set it.<br>
<br>
Can you help me?</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
</blockquote>
</body>
</html>