<?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[Exe Icon]]></title><description><![CDATA[<p>Hi all</p>
<p>Ich will das icon von einer Exe datei ändern. Hier im Froum hab ich gelesen das man das icon einbinden muss, habe auch schon einige Vorschläge aus der C++ Sektion bekommen. Nun wollte ich das Problem aber normgerechtlösen, kann mir da jemand weiter helfen?</p>
<p>MFG MC Reaper</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/90590/exe-icon</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 01:18:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/90590.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Oct 2004 00:47:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 00:47:59 GMT]]></title><description><![CDATA[<p>Hi all</p>
<p>Ich will das icon von einer Exe datei ändern. Hier im Froum hab ich gelesen das man das icon einbinden muss, habe auch schon einige Vorschläge aus der C++ Sektion bekommen. Nun wollte ich das Problem aber normgerechtlösen, kann mir da jemand weiter helfen?</p>
<p>MFG MC Reaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641403</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641403</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 00:47:59 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 07:09:29 GMT]]></title><description><![CDATA[<p>Was meinst du mit normgerecht?! Einfach das Icon als Ressource hinzufügen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/641417</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641417</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 31 Oct 2004 07:09:29 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 07:22:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/1644">@flenders</a>: <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=90546" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=90546</a><br />
Ich würde aber Vorschlagen, das wenn du noch nicht lange Programmierst, und die Lösung Funktioniert, du dich damit zufrieden gibst und erstmal weiter Grundlagen übst...(Und wenn du dich schon dafür bereit hälst und dich näher mit der Materie auseinandersetzen willst, empfehle ich dir den Petzold)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641419</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641419</guid><dc:creator><![CDATA[ness]]></dc:creator><pubDate>Sun, 31 Oct 2004 07:22:56 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 07:58:22 GMT]]></title><description><![CDATA[<p>Ich hatte es so verstanden, dass er das Icon, das im Windows-Explorer vor der exe angezigt wird, verändern möchte und dazu gibt es afaik nur die eine schon gepostete Lösung:</p>
<p>Ben04 schrieb:</p>
<blockquote>
<p>Ist recht einfach, aber wie bereits gesagt Win spezifisch. Du fügsts ein Resourcescript (*.rc) zu deim Projekt hinzu und schreibst dann:</p>
<pre><code>0 ICON &quot;icon.ico&quot;
</code></pre>
<p>0 ist die ID der Resource, ICON der Type und &quot;icon.ico&quot; der Name der Resource die in die exe gepackt werden soll. Im Explorer wird immer die ICON Resource mit der niedrigsten ID angezeigt.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/641431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641431</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 31 Oct 2004 07:58:22 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 10:16:46 GMT]]></title><description><![CDATA[<p>Also irgentwie funktioniert das mit dem:</p>
<p>0 ICON &quot;icon.ico&quot;</p>
<p>nicht, der kompiler meckert dann das er die einzelnen Bezeichner nicht kennt,<br />
also ich weiß nciht so recht wo die deklaration sonst hin sollte, oder brauch man noch ne besondere Bibliothek?</p>
<p>MFG McReaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641481</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641481</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 10:16:46 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 10:19:11 GMT]]></title><description><![CDATA[<p>Was hast du denn für eine IDE? Hast du denn eine .rc-Datei erzeugt (und dem Projekt hinzugefügt), dort windows.h eingebunden und dann den obenstehenden Code eingefügt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641482</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641482</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 31 Oct 2004 10:19:11 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 10:48:24 GMT]]></title><description><![CDATA[<p>Also ich arbeit mit dem Visual Studio 6.0</p>
<p>Also windows.h habe ich ´drine, und die rc datei habe ich auch eingebunden, aber der meckert bei dem Code,.. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":/"
      alt="😕"
    /></p>
<p>MFG McReaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641506</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641506</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 10:48:24 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 11:17:10 GMT]]></title><description><![CDATA[<p>Und was genau meckert er? Ansonsten einfach mal über Einfügen &gt; Ressource &gt; Icon (oder so ähnlich) versuchen <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/641526</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641526</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 31 Oct 2004 11:17:10 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 18:23:00 GMT]]></title><description><![CDATA[<p>hi</p>
<p>Also das sind die Fehlermedungen:</p>
<p>Kompilierung läuft...<br />
main.cpp<br />
D:\Programmieren\C++\Test\main.cpp(20) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'ICON'<br />
D:\Programmieren\C++\Test\main.cpp(20) : error C2065: 'ICON' : nichtdeklarierter Bezeichner<br />
D:\Programmieren\C++\Test\main.cpp(20) : error C2143: Syntaxfehler : Fehlendes ';' vor 'string'<br />
D:\Programmieren\C++\Test\main.cpp(22) : error C2144: Syntaxfehler : Fehlendes ';' vor Typ 'int'<br />
Fehler beim Ausführen von cl.exe.</p>
<p>MFG McReaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641804</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641804</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 18:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 18:25:52 GMT]]></title><description><![CDATA[<p>Du sollst das ja auch nicht in deine CPP-Datei schreiben... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>flenders schrieb:</p>
<blockquote>
<p>Du fügsts ein <strong>Resourcescript (*.rc)</strong> zu deim Projekt hinzu und schreibst dann:</p>
<pre><code>0 ICON &quot;icon.ico&quot;
</code></pre>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/641807</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641807</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Sun, 31 Oct 2004 18:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 23:23:24 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>das war mir schon irgentwie klar,.. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Habe mnich mit resourcen bsi jetzt noch net beschäftigt,...<br />
also ich hab des jetzt dan in die *.rc datei reingepackt, aber das verändert irgentwie nix, oder wo soll ich das reinschreiben?</p>
<p>MFG McReaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641965</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641965</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 23:23:24 GMT</pubDate></item><item><title><![CDATA[Reply to Exe Icon on Sun, 31 Oct 2004 23:38:55 GMT]]></title><description><![CDATA[<p>Hi noch mal</p>
<p>Hab das Problem jetzt gelöst, funktioniert jetzt ^^</p>
<p>Danke für die Hilfe <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>
<p>MFG McReaper</p>
]]></description><link>https://www.c-plusplus.net/forum/post/641969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/641969</guid><dc:creator><![CDATA[McReaper]]></dc:creator><pubDate>Sun, 31 Oct 2004 23:38:55 GMT</pubDate></item></channel></rss>