<?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[Ressourcen ermitteln]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich aus einer .exe (oder auch einer dynamisch gelinkten .dll) sämtliche Resource-Strings eines bestimmten Typs auslesen?</p>
<p>Also wenn in der .exe oder .dll z.B. folgende Ressourcen einkompiliert wurden:</p>
<pre><code class="language-cpp">myAppExec     MyBinary &quot;test.exe&quot;
myAppPicture1 MyBinary &quot;image1.bmp&quot;
myAppPicture2 MyBinary &quot;image2.png&quot;
myAppDoc      MyBinary &quot;manual.pdf&quot;
</code></pre>
<p>Wie komme ich dann an die Liste der Resource-Namen des Typs &quot;MyBinary&quot; ran (also &quot;myAppExec&quot;, &quot;myAppPicture1&quot;, ...)?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/138414/ressourcen-ermitteln</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 22:43:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/138414.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Feb 2006 09:23:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ressourcen ermitteln on Sun, 26 Feb 2006 09:23:28 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich aus einer .exe (oder auch einer dynamisch gelinkten .dll) sämtliche Resource-Strings eines bestimmten Typs auslesen?</p>
<p>Also wenn in der .exe oder .dll z.B. folgende Ressourcen einkompiliert wurden:</p>
<pre><code class="language-cpp">myAppExec     MyBinary &quot;test.exe&quot;
myAppPicture1 MyBinary &quot;image1.bmp&quot;
myAppPicture2 MyBinary &quot;image2.png&quot;
myAppDoc      MyBinary &quot;manual.pdf&quot;
</code></pre>
<p>Wie komme ich dann an die Liste der Resource-Namen des Typs &quot;MyBinary&quot; ran (also &quot;myAppExec&quot;, &quot;myAppPicture1&quot;, ...)?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1003140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1003140</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Sun, 26 Feb 2006 09:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to Ressourcen ermitteln on Sun, 26 Feb 2006 10:08:48 GMT]]></title><description><![CDATA[<p>LoadLibrary und FindResource... bzw. EnumResourceTypes/EnumResourceNames<br />
Siehe: Creating a Resource List<br />
<a href="http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/resources/introductiontoresources/usingresources.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/resources/introductiontoresources/usingresources.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1003164</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1003164</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 26 Feb 2006 10:08:48 GMT</pubDate></item></channel></rss>