<?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[Wie finde ich alle .dlls kn einem Ordners]]></title><description><![CDATA[<p>Es ist warscheinlich ne Noob frage aber ich kriegs nicht.</p>
<p>Ich suche nach ner möglichkeit alle dlls die in einem ordner sind zu finden(bzw. deren namen auszugeben)</p>
<p>bin für jede hilfe dankbar</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/145423/wie-finde-ich-alle-dlls-kn-einem-ordners</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 05:25:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/145423.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Apr 2006 18:19:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wie finde ich alle .dlls kn einem Ordners on Thu, 27 Apr 2006 18:19:02 GMT]]></title><description><![CDATA[<p>Es ist warscheinlich ne Noob frage aber ich kriegs nicht.</p>
<p>Ich suche nach ner möglichkeit alle dlls die in einem ordner sind zu finden(bzw. deren namen auszugeben)</p>
<p>bin für jede hilfe dankbar</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1046644</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1046644</guid><dc:creator><![CDATA[download123]]></dc:creator><pubDate>Thu, 27 Apr 2006 18:19:02 GMT</pubDate></item><item><title><![CDATA[Reply to Wie finde ich alle .dlls kn einem Ordners on Thu, 27 Apr 2006 18:29:39 GMT]]></title><description><![CDATA[<p>--&gt; FindFirstFile<br />
--&gt; FindNextFile</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfile.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfile.asp</a></p>
<p>Greetz <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1046647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1046647</guid><dc:creator><![CDATA[Manuel]]></dc:creator><pubDate>Thu, 27 Apr 2006 18:29:39 GMT</pubDate></item><item><title><![CDATA[Reply to Wie finde ich alle .dlls kn einem Ordners on Thu, 27 Apr 2006 19:09:09 GMT]]></title><description><![CDATA[<p>habs danke</p>
<pre><code class="language-cpp">LPCTSTR lpFileName = &quot;components/*&quot;;
    LPWIN32_FIND_DATA lpFindFileData ;
    HANDLE abl = FindFirstFile(
                  lpFileName,
                lpFindFileData );
    while(FindNextFile( abl, lpFindFileData) )
    {
        std::string ablage = lpFindFileData-&gt;cFileName;
        cout &lt;&lt; ablage &lt;&lt; endl;
    }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1046681</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1046681</guid><dc:creator><![CDATA[download123]]></dc:creator><pubDate>Thu, 27 Apr 2006 19:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Wie finde ich alle .dlls kn einem Ordners on Fri, 28 Apr 2006 15:41:57 GMT]]></title><description><![CDATA[<p>kann mir bitte nochmal jemand helfen... ich checks echt garnicht<br />
...</p>
<p>warum geht das hier nicht</p>
<pre><code>#include &lt;windows.h&gt;
#include &lt;vector&gt;

using namespace std;
int main()
{
	LPCTSTR lpFileName = &quot;components/*&quot;;
    LPWIN32_FIND_DATA lpFindFileData1 ;
    HANDLE file_handl;
    file_handl = FindFirstFile(
                  lpFileName,
                lpFindFileData1 );

    int intz = 0;
    std::vector&lt;std::string&gt; plugs;
    if(FindNextFile( file_handl, lpFindFileData1) == true)
    {

        while(FindNextFile( file_handl, lpFindFileData1) )
        {
            string abl = lpFindFileData1-&gt;cFileName;
            cout &lt;&lt; abl &lt;&lt; endl;
            /*if(abl.substr(abl.find(&quot;.&quot;), abl.size()-abl.find(&quot;.&quot;)) == &quot;.dll&quot;)
            {
                abl.erase(abl.find(&quot;.&quot;), abl.size()-abl.find(&quot;.&quot;));
                plugs.push_back(abl);
                cout &lt;&lt; &quot;Plugin '&quot; &lt;&lt; plugs[intz] &lt;&lt; &quot;' geladen&quot; &lt;&lt; endl;
                intz++;
            }*/
        }
    }
	return 0;
}
</code></pre>
<p>[es ist voll strange wenn ich bei codeblocks das compiliere und auf ausführen klicke gehts, wenn ichs mit doppelklick (bzw. in der console öffnen will gehts nicht sondern stürzt ab]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1047165</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1047165</guid><dc:creator><![CDATA[download123]]></dc:creator><pubDate>Fri, 28 Apr 2006 15:41:57 GMT</pubDate></item><item><title><![CDATA[Reply to Wie finde ich alle .dlls kn einem Ordners on Fri, 28 Apr 2006 18:36:22 GMT]]></title><description><![CDATA[<p>Du solltest vielleicht auch nach &quot;*.dll&quot; suchen...</p>
<p>Du solltest auch noch den Rückgabewert von &quot;FindFirstFile&quot; prüfen... und das Ergebnis dieses Aufrufs, solltest Du natürlich auch nicht einfach vergessen...</p>
<p>Ist es sooo schwierig in die Doku zu schauen und das Beispiel dort anzuwenden?</p>
<p><a href="http://msdn.microsoft.com/library/en-us/fileio/fs/findfirstfile.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/fileio/fs/findfirstfile.asp</a><br />
<a href="http://msdn.microsoft.com/library/en-us/fileio/fs/listing_the_files_in_a_directory.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/fileio/fs/listing_the_files_in_a_directory.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1047315</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1047315</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Fri, 28 Apr 2006 18:36:22 GMT</pubDate></item></channel></rss>