<?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[ZipTV Komponente: Unrar?.dll not found]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe mir <a href="http://www.compressionlibs.com/download.html" rel="nofollow">hier</a> die trial version der ZipTV Komponente für den BCB6 herunter geladen. Nach dem Installieren, hab ich ein Button und ein UnRar aufs Form gepackt und den Beispielcode eingefügt:</p>
<pre><code class="language-cpp">int ExtractedFiles=0;
   UnRar1-&gt;ArchiveFile = &quot;Cygwin.rar&quot;;
   if(!FileExists(UnRar1-&gt;ArchiveFile))
      ShowMessage(&quot;Datei &quot;+Application-&gt;ExeName+&quot; wurde nicht gefunden&quot;);
   else
   {
      UnRar1-&gt;FileSpec-&gt;Clear();
      UnRar1-&gt;FileSpec-&gt;Add(&quot;*.*&quot;);
      UnRar1-&gt;ExtractDir = ExtractFilePath(Application-&gt;ExeName);
      ExtractedFiles=UnRar1-&gt;Extract();
      ShowMessage(IntToStr(ExtractedFiles));
   }
</code></pre>
<p>Es werden jedoch keine Files Entpackt. Dann habe ich und <em>Tools-&gt;Debugger-Optionen-&gt;Sprach-Exceptions</em> das Häckcken bei E_Raise, welches ich nach der Installations Anleitung der Komponente hinzugefügt habe, wieder entfernt, und jetzt erhalte ich folgende Exception:</p>
<p>Benachrichtigung über Debugger-Exception schrieb:</p>
<blockquote>
<p>Im Projekt ZipTv_Test.exe ist eine Exception der Klasse E_RAISE aufgetreten. Meldung: 'Unrar?.dll not found'. Prozess wurde angehalten....</p>
</blockquote>
<p>Hat vielleicht jemand eine Ahnung, wie ich das zum laufen bringe?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/141829/ziptv-komponente-unrar-dll-not-found</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 22:05:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/141829.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Mar 2006 13:14:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ZipTV Komponente: Unrar?.dll not found on Sat, 25 Mar 2006 13:14:18 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe mir <a href="http://www.compressionlibs.com/download.html" rel="nofollow">hier</a> die trial version der ZipTV Komponente für den BCB6 herunter geladen. Nach dem Installieren, hab ich ein Button und ein UnRar aufs Form gepackt und den Beispielcode eingefügt:</p>
<pre><code class="language-cpp">int ExtractedFiles=0;
   UnRar1-&gt;ArchiveFile = &quot;Cygwin.rar&quot;;
   if(!FileExists(UnRar1-&gt;ArchiveFile))
      ShowMessage(&quot;Datei &quot;+Application-&gt;ExeName+&quot; wurde nicht gefunden&quot;);
   else
   {
      UnRar1-&gt;FileSpec-&gt;Clear();
      UnRar1-&gt;FileSpec-&gt;Add(&quot;*.*&quot;);
      UnRar1-&gt;ExtractDir = ExtractFilePath(Application-&gt;ExeName);
      ExtractedFiles=UnRar1-&gt;Extract();
      ShowMessage(IntToStr(ExtractedFiles));
   }
</code></pre>
<p>Es werden jedoch keine Files Entpackt. Dann habe ich und <em>Tools-&gt;Debugger-Optionen-&gt;Sprach-Exceptions</em> das Häckcken bei E_Raise, welches ich nach der Installations Anleitung der Komponente hinzugefügt habe, wieder entfernt, und jetzt erhalte ich folgende Exception:</p>
<p>Benachrichtigung über Debugger-Exception schrieb:</p>
<blockquote>
<p>Im Projekt ZipTv_Test.exe ist eine Exception der Klasse E_RAISE aufgetreten. Meldung: 'Unrar?.dll not found'. Prozess wurde angehalten....</p>
</blockquote>
<p>Hat vielleicht jemand eine Ahnung, wie ich das zum laufen bringe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1023685</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1023685</guid><dc:creator><![CDATA[wedmer]]></dc:creator><pubDate>Sat, 25 Mar 2006 13:14:18 GMT</pubDate></item><item><title><![CDATA[Reply to ZipTV Komponente: Unrar?.dll not found on Sat, 25 Mar 2006 15:19:32 GMT]]></title><description><![CDATA[<p><a href="http://www.componentace.com/components_delphi_compression_master_suite.htm" rel="nofollow">http://www.componentace.com/components_delphi_compression_master_suite.htm</a></p>
<p>Alternative?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1023763</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1023763</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sat, 25 Mar 2006 15:19:32 GMT</pubDate></item><item><title><![CDATA[Reply to ZipTV Komponente: Unrar?.dll not found on Mon, 27 Mar 2006 06:40:12 GMT]]></title><description><![CDATA[<p>Die Alternative funktioniert bestens.<br />
Vielen Dank.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1024539</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1024539</guid><dc:creator><![CDATA[wedmer]]></dc:creator><pubDate>Mon, 27 Mar 2006 06:40:12 GMT</pubDate></item></channel></rss>