<?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[Will einen zweiten Dialog hinzufügen - Error C2065]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab eine simple MFC Anwendung mit Visual C++ geschrieben und habe dort auch eine Ressource IDD_DIALOG1 erstellt, das funktioniert alles.</p>
<p>Jetzt wollte ich einen zweiten Dialog erstellen, IDD_DIALOG2. Beim compilieren meldet er aber:</p>
<p>error C2065: 'IDD_DIALOG2' : nichtdeklarierter Bezeichner</p>
<p>IDD_DIALOG2 ist in der ressource.h aber eingetragen!</p>
<p>Was habe ich vergessen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/180920/will-einen-zweiten-dialog-hinzufügen-error-c2065</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 04:35:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/180920.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 May 2007 09:48:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Will einen zweiten Dialog hinzufügen - Error C2065 on Tue, 08 May 2007 09:48:58 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab eine simple MFC Anwendung mit Visual C++ geschrieben und habe dort auch eine Ressource IDD_DIALOG1 erstellt, das funktioniert alles.</p>
<p>Jetzt wollte ich einen zweiten Dialog erstellen, IDD_DIALOG2. Beim compilieren meldet er aber:</p>
<p>error C2065: 'IDD_DIALOG2' : nichtdeklarierter Bezeichner</p>
<p>IDD_DIALOG2 ist in der ressource.h aber eingetragen!</p>
<p>Was habe ich vergessen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1280740</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1280740</guid><dc:creator><![CDATA[Querdenker]]></dc:creator><pubDate>Tue, 08 May 2007 09:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to Will einen zweiten Dialog hinzufügen - Error C2065 on Tue, 08 May 2007 09:55:28 GMT]]></title><description><![CDATA[<p>Hast du den zweiten Dialog auch komplett per Ressourcen-Editor und Klassenassistent angelegt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1280743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1280743</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Tue, 08 May 2007 09:55:28 GMT</pubDate></item><item><title><![CDATA[Reply to Will einen zweiten Dialog hinzufügen - Error C2065 on Tue, 08 May 2007 09:58:55 GMT]]></title><description><![CDATA[<p>Klingt wie #include &quot;resource.h&quot; vergessen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1280746</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1280746</guid><dc:creator><![CDATA[isabeau]]></dc:creator><pubDate>Tue, 08 May 2007 09:58:55 GMT</pubDate></item><item><title><![CDATA[Reply to Will einen zweiten Dialog hinzufügen - Error C2065 on Tue, 08 May 2007 10:05:52 GMT]]></title><description><![CDATA[<p>isabeau schrieb:</p>
<blockquote>
<p>Klingt wie #include &quot;resource.h&quot; vergessen...</p>
</blockquote>
<p>Jaaa das war es <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> Vielen Dank ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1280755</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1280755</guid><dc:creator><![CDATA[Querdenker]]></dc:creator><pubDate>Tue, 08 May 2007 10:05:52 GMT</pubDate></item></channel></rss>