<?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[Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs...]]></title><description><![CDATA[<p>hallo</p>
<p>ich will, dass mein Programm ein Menü bekommt und habe schonmal eine Resource angelegt:</p>
<p>#include &quot;resource_script.h&quot;<br />
#include &lt;windows.h&gt;</p>
<p>IDR_MAIN_MENU MENU DISCARDABLE<br />
BEGIN<br />
POPUP &quot;Program&quot;<br />
BEGIN<br />
MENUITEM &quot;New&quot;, IDM_MAIN_NEW<br />
MENUITEM &quot;Open&quot;, IDM_MAIN_OPEN<br />
MENUITEM &quot;Save&quot;, IDM_MAIN_SAVE<br />
MENUITEM &quot;Exit&quot;, IDM_MAIN_EXIT<br />
END<br />
END</p>
<p>die hab ich dann eingebunden in die hauptfunktion:</p>
<p>...<br />
WndClassEx.lpszMenuName = MAKEINTRESOURCE(IDR_MAIN_MENU);<br />
...</p>
<p>mein problem:<br />
es zeigt mir kein Menü an, es gibt aber auch keine Fehlermeldung!<br />
ich benutzte Dev C++ 4.9.8.0.....</p>
<p>Ich habs auch schon mit:<br />
WndClassEx.lpszMenuName = (LPSTR)IDR_MAIN_MENU;</p>
<p>ich hoffe jemand kann mir helfen...<br />
danke schon im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83304/ich-brauch-hilfe-bei-der-darstellung-eines-fenster-menüs</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 09:19:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83304.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Aug 2004 13:02:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Thu, 19 Aug 2004 13:02:11 GMT]]></title><description><![CDATA[<p>hallo</p>
<p>ich will, dass mein Programm ein Menü bekommt und habe schonmal eine Resource angelegt:</p>
<p>#include &quot;resource_script.h&quot;<br />
#include &lt;windows.h&gt;</p>
<p>IDR_MAIN_MENU MENU DISCARDABLE<br />
BEGIN<br />
POPUP &quot;Program&quot;<br />
BEGIN<br />
MENUITEM &quot;New&quot;, IDM_MAIN_NEW<br />
MENUITEM &quot;Open&quot;, IDM_MAIN_OPEN<br />
MENUITEM &quot;Save&quot;, IDM_MAIN_SAVE<br />
MENUITEM &quot;Exit&quot;, IDM_MAIN_EXIT<br />
END<br />
END</p>
<p>die hab ich dann eingebunden in die hauptfunktion:</p>
<p>...<br />
WndClassEx.lpszMenuName = MAKEINTRESOURCE(IDR_MAIN_MENU);<br />
...</p>
<p>mein problem:<br />
es zeigt mir kein Menü an, es gibt aber auch keine Fehlermeldung!<br />
ich benutzte Dev C++ 4.9.8.0.....</p>
<p>Ich habs auch schon mit:<br />
WndClassEx.lpszMenuName = (LPSTR)IDR_MAIN_MENU;</p>
<p>ich hoffe jemand kann mir helfen...<br />
danke schon im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586329</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586329</guid><dc:creator><![CDATA[r.s.]]></dc:creator><pubDate>Thu, 19 Aug 2004 13:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Thu, 19 Aug 2004 16:05:48 GMT]]></title><description><![CDATA[<p>Versuch es mal so:</p>
<pre><code class="language-cpp">WndClassEx.lpszMenuName = MAKEINTRESOURCE(IDR_MAIN_MENU);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/586454</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586454</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Thu, 19 Aug 2004 16:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Thu, 19 Aug 2004 15:32:29 GMT]]></title><description><![CDATA[<p>hab ich versucht ...</p>
<p>28 C:\main.cpp `MENUMAKEINTRESOURCE' undeclared (first use this function)</p>
<p>... war die fehlermeldung</p>
<p>schade, aber danke trotzdem.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586518</guid><dc:creator><![CDATA[r.s.]]></dc:creator><pubDate>Thu, 19 Aug 2004 15:32:29 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Thu, 19 Aug 2004 16:06:40 GMT]]></title><description><![CDATA[<p>Sorry, war ein Fehler beim Kopieren! Es muss natürlich MAKEINTRESOURCE heißen - hab das jetzt korrigiert <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/586544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586544</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Thu, 19 Aug 2004 16:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Fri, 20 Aug 2004 04:59:28 GMT]]></title><description><![CDATA[<p>hab ich doch auch schon probier, aber aus irgend ein grund bring der compiler mir keine fehlermeldung, stell das menu im programm dann aber auch nicht dar.</p>
<p>... das war ja mein problem ... der code is eigendlich richtig ... aber keine menuanzeige ... *uck</p>
<p>aber trotzdem danke für die bemühungen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586847</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586847</guid><dc:creator><![CDATA[r.s.]]></dc:creator><pubDate>Fri, 20 Aug 2004 04:59:28 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Fri, 20 Aug 2004 06:57:19 GMT]]></title><description><![CDATA[<p>Hast du das Resourcen-Script auch deinem Projekt hinzugefügt?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586890</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586890</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 20 Aug 2004 06:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Fri, 20 Aug 2004 08:23:13 GMT]]></title><description><![CDATA[<p>ja natürlich.</p>
<p>es hat mich nur eben gewundert, weil es sonst immer so funktioniert hat.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586947</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586947</guid><dc:creator><![CDATA[r.s.]]></dc:creator><pubDate>Fri, 20 Aug 2004 08:23:13 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Fri, 20 Aug 2004 10:29:18 GMT]]></title><description><![CDATA[<p>Dann hast du irgendwo sonst den Fehler <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="🙄"
    /> - Hast du auch das richtige Resourcen-Script (mit dem Menü) hinzugefügt *blödfrag* <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/587079</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/587079</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 20 Aug 2004 10:29:18 GMT</pubDate></item><item><title><![CDATA[Reply to Ich brauch Hilfe bei der Darstellung eines Fenster-Menüs... on Fri, 20 Aug 2004 10:43:31 GMT]]></title><description><![CDATA[<p>alles zurück gezogen ...</p>
<p>mein compiler hatte einen klatsch weg ...<br />
nach der neuinstallation ging wieder alles</p>
<p>danke für alle bemühungen flenders...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/587099</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/587099</guid><dc:creator><![CDATA[r.s.]]></dc:creator><pubDate>Fri, 20 Aug 2004 10:43:31 GMT</pubDate></item></channel></rss>