<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[File Laden?]]></title><description><![CDATA[<p>Hi.<br />
ich suche eine möglichst einfache variante, mit der man files aus dem internet auf den PC holen kann.<br />
Google &amp; boardsuche wurden bereits verwendet,<br />
und ich habe das gefunden:</p>
<pre><code class="language-cpp">Boolean DownloadToFile(AnsiString Quelle, AnsiString Ausgabe)
{
 TStringList *html;
 TIdHTTP *session = new TIdHTTP(NULL);
 bool Result = false;
 try{
   html-&gt;Add(session-&gt;Get(Quelle));
   html-&gt;SaveToFile(Ausgabe);
   Result = true;
  }__finally {
      delete html, session;
     };
 return Result;
}
</code></pre>
<p>soweit so gut, aber ich habe keine ahnung, wie ich das einsetzen soll.<br />
kann mir einer das ding, sowie dessen einsatz, und am besten noch, was ich dazu includen muss erläutern?</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152392/file-laden</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 02:20:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152392.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Jul 2006 19:34:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to File Laden? on Wed, 05 Jul 2006 19:34:19 GMT]]></title><description><![CDATA[<p>Hi.<br />
ich suche eine möglichst einfache variante, mit der man files aus dem internet auf den PC holen kann.<br />
Google &amp; boardsuche wurden bereits verwendet,<br />
und ich habe das gefunden:</p>
<pre><code class="language-cpp">Boolean DownloadToFile(AnsiString Quelle, AnsiString Ausgabe)
{
 TStringList *html;
 TIdHTTP *session = new TIdHTTP(NULL);
 bool Result = false;
 try{
   html-&gt;Add(session-&gt;Get(Quelle));
   html-&gt;SaveToFile(Ausgabe);
   Result = true;
  }__finally {
      delete html, session;
     };
 return Result;
}
</code></pre>
<p>soweit so gut, aber ich habe keine ahnung, wie ich das einsetzen soll.<br />
kann mir einer das ding, sowie dessen einsatz, und am besten noch, was ich dazu includen muss erläutern?</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1092109</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1092109</guid><dc:creator><![CDATA[vale]]></dc:creator><pubDate>Wed, 05 Jul 2006 19:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to File Laden? on Thu, 06 Jul 2006 07:21:52 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>nur um von vornherein etwas klarzustellen : Dieser Code läuft nur mit dem C++ Builder mit zusätzlich installiertem Indy-Package.</p>
<p>Wenn du beides hast, ist der Einsatz einfach : Funkion ins Projekt aufnehmen und mit sinnvollen Parametern ausführen. Die Namen der Parameter sind ja aussagekräftig genug.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1092220</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1092220</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 06 Jul 2006 07:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to File Laden? on Thu, 06 Jul 2006 11:07:30 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1092398</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1092398</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 06 Jul 2006 11:07:30 GMT</pubDate></item></channel></rss>