<?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[Problem mit VS2005 ResourceEditor]]></title><description><![CDATA[<p>Ich habe ein Icon und ein Menu mit dem ResourceEditor gebastelt. Dann habe ich nach F5, die resource.h Datei geschaut. Sie sah folgenderweise aus (excerpt):</p>
<blockquote>
<p>#define ID_FILE_NEW40001 40001<br />
#define ID_FILE_OPEN40002 40002<br />
#define ID_FILE_CLOSE40003 40003<br />
#define ID_FILE_SAVE40004 40004<br />
#define ID_FILE_SAVEAS 40005<br />
#define ID_FILE_PRINT40006 40006<br />
#define ID_FILE_EXIT 40007<br />
#define ID_EDIT_UNDO40008 40008<br />
#define ID_EDIT_CUT40009 40009<br />
#define ID_EDIT_COPY40010 40010<br />
#define ID_EDIT_PASTE40011 40011<br />
#define ID_EDIT_DELETE 40012</p>
</blockquote>
<p>Was sollen das für ID's seien?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/187376/problem-mit-vs2005-resourceeditor</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 11:19:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/187376.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Jul 2007 07:38:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 07:38:52 GMT]]></title><description><![CDATA[<p>Ich habe ein Icon und ein Menu mit dem ResourceEditor gebastelt. Dann habe ich nach F5, die resource.h Datei geschaut. Sie sah folgenderweise aus (excerpt):</p>
<blockquote>
<p>#define ID_FILE_NEW40001 40001<br />
#define ID_FILE_OPEN40002 40002<br />
#define ID_FILE_CLOSE40003 40003<br />
#define ID_FILE_SAVE40004 40004<br />
#define ID_FILE_SAVEAS 40005<br />
#define ID_FILE_PRINT40006 40006<br />
#define ID_FILE_EXIT 40007<br />
#define ID_EDIT_UNDO40008 40008<br />
#define ID_EDIT_CUT40009 40009<br />
#define ID_EDIT_COPY40010 40010<br />
#define ID_EDIT_PASTE40011 40011<br />
#define ID_EDIT_DELETE 40012</p>
</blockquote>
<p>Was sollen das für ID's seien?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328205</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328205</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 07:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 11:16:06 GMT]]></title><description><![CDATA[<p>Die IDs für das Menü?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328411</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328411</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Thu, 19 Jul 2007 11:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 11:51:29 GMT]]></title><description><![CDATA[<p>Ja, aber... sie sehen komisch aus. Etwas stimmt nicht.<br />
Können sie mir sagen wie man i. A. mit Resourcen in VS2005 umgeht?<br />
Danke im Voraus!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328452</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328452</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 11:51:29 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 12:05:50 GMT]]></title><description><![CDATA[<p>Du hast die Menüeinträge evtl. kopiert. Der ressourcen-Editor hat aus irgen einem Grund evtl. neue IDs vergeben.</p>
<p>Bleibt die Frage ob diese IDs in der resource.h überhaupt verwendet werden.<br />
Klick auf die RC Datei im Resource-View und wähle Resource-Symbols aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328460</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328460</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 19 Jul 2007 12:05:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 13:43:50 GMT]]></title><description><![CDATA[<p>Ich probiere es noch mal. Dann poste ich das Ergebnis.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328585</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 13:43:50 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 13:56:05 GMT]]></title><description><![CDATA[<p>Aa, nein - etwas ist faul dabei.<br />
Mein Menü:<br />
<a href="http://www.picoodle.com/view.php?srv=img35&amp;img=/9/7/19/f_Clipboard01m_f2469f7.png" rel="nofollow">[img=http://img35.picoodle.com/img/img35/9/7/19/t_Clipboard01m_f2469f7.png]</a></p>
<pre><code class="language-cpp">//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by test1.rc
//
#define IDR_MENU1                       101
#define ID_FILE_NEW40001                40001
#define ID_FILE_OPEN40002               40002
#define ID_FILE_CLOSE40003              40003
#define ID_FILE_SAVE40004               40004
#define ID_FILE_SAVEAS                  40005
#define ID_FILE_PRINT40006              40006
#define ID_FILE_EXIT                    40007
#define ID_EDIT_CUT40008                40008
#define ID_EDIT_COPY40009               40009
#define ID_EDIT_PASTE40010              40010
#define ID_EDIT_DELETE                  40011
#define ID_EDIT_SELECTALL               40012
#define ID_EDIT_UNDO40013               40013
#define ID_WINDOW_CASCADE40014          40014
#define ID_WINDOW_TILE                  40015
#define ID_WINDOW_ARRANGE40016          40016
#define ID_WINDOW_CLOSEALL              40017
#define ID_HELP_ABOUTARCS               40018

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40019
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif
</code></pre>
<pre><code class="language-cpp">// Microsoft Visual C++ generated resource script.
//
#include &quot;resource.h&quot;

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include &quot;afxres.h&quot;

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Bulgarian resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BGR)
#ifdef _WIN32
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
#pragma code_page(1251)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    &quot;resource.h\0&quot;
END

2 TEXTINCLUDE 
BEGIN
    &quot;#include &quot;&quot;afxres.h&quot;&quot;\r\n&quot;
    &quot;\0&quot;
END

3 TEXTINCLUDE 
BEGIN
    &quot;\r\n&quot;
    &quot;\0&quot;
END

#endif    // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MENU1 MENU 
BEGIN
    POPUP &quot;&amp;File&quot;
    BEGIN
        MENUITEM &quot;&amp;New&quot;,                        ID_FILE_NEW40001
        MENUITEM &quot;&amp;Open&quot;,                       ID_FILE_OPEN40002
        MENUITEM &quot;&amp;Close&quot;,                      ID_FILE_CLOSE40003
        MENUITEM SEPARATOR
        MENUITEM &quot;&amp;Save&quot;,                       ID_FILE_SAVE40004
        MENUITEM &quot;Save &amp;As...&quot;,                 ID_FILE_SAVEAS
        MENUITEM SEPARATOR
        MENUITEM &quot;&amp;Print&quot;,                      ID_FILE_PRINT40006
        MENUITEM SEPARATOR
        MENUITEM &quot;E&amp;xit&quot;,                       ID_FILE_EXIT
    END
    POPUP &quot;&amp;Edit&quot;
    BEGIN
        MENUITEM &quot;&amp;Undo&quot;,                       ID_EDIT_UNDO40013
        MENUITEM SEPARATOR
        MENUITEM &quot;Cu&amp;t&quot;,                        ID_EDIT_CUT40008
        MENUITEM &quot;&amp;Copy&quot;,                       ID_EDIT_COPY40009
        MENUITEM &quot;&amp;Paste&quot;,                      ID_EDIT_PASTE40010
        MENUITEM &quot;&amp;Delete&quot;,                     ID_EDIT_DELETE
        MENUITEM SEPARATOR
        MENUITEM &quot;Select &amp;All&quot;,                 ID_EDIT_SELECTALL
    END
    POPUP &quot;&amp;Window&quot;
    BEGIN
        MENUITEM &quot;&amp;Cascade&quot;,                    ID_WINDOW_CASCADE40014
        MENUITEM &quot;&amp;Tile&quot;,                       ID_WINDOW_TILE
        MENUITEM &quot;&amp;Arrange&quot;,                    ID_WINDOW_ARRANGE40016
        MENUITEM &quot;C&amp;lose All&quot;,                  ID_WINDOW_CLOSEALL
    END
    POPUP &quot;&amp;Help&quot;
    BEGIN
        MENUITEM &quot;&amp;About ARCS..&quot;,               ID_HELP_ABOUTARCS
    END
END

#endif    // Bulgarian resources
/////////////////////////////////////////////////////////////////////////////

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1328609</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328609</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 13:56:05 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 14:21:49 GMT]]></title><description><![CDATA[<p>Dann ändere die IDs doch zurück. Hatst Du wirklich nichtskopiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328628</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328628</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 19 Jul 2007 14:21:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 14:31:23 GMT]]></title><description><![CDATA[<p>Martin Richter schrieb:</p>
<blockquote>
<p>Dann ändere die IDs doch zurück. Hatst Du wirklich nichtskopiert?</p>
</blockquote>
<p>Wieso sollte ich die IDs ändern? Ich habe nix gewechselt. Ich habe nur das Menü erstellt, dann F5 Taste gedrückt, alles kompillierte sich OK. Dann öffne ich die Resource Dateien - und voila! Eine schöne nette Scheiße von IDs. Warum das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328642</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328642</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 14:31:23 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 14:43:17 GMT]]></title><description><![CDATA[<p>Zdravko schrieb:</p>
<blockquote>
<p>Martin Richter schrieb:</p>
<blockquote>
<p>Dann ändere die IDs doch zurück. Hatst Du wirklich nichtskopiert?</p>
</blockquote>
<p>Wieso sollte ich die IDs ändern? Ich habe nix gewechselt. Ich habe nur das Menü erstellt, dann F5 Taste gedrückt, alles kompillierte sich OK. Dann öffne ich die Resource Dateien - und voila! Eine schöne nette Scheiße von IDs. Warum das?</p>
</blockquote>
<p>Ich hatte so etwas noch nie.<br />
Warum kann ich Dir auch nicht sagen? Vermutlich persönliches Pech... <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="🤡"
    /><br />
Du musst in jedem Fall ID_FILE_CLOSE etc drin stehen haben. Mit Deinen IDs wird das nicht gehen. Deine Menüs werden alle fein grau bleiben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328651</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 19 Jul 2007 14:43:17 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 15:12:10 GMT]]></title><description><![CDATA[<p>Hmm echte Scheiße.<br />
Was mache ich dann so falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328672</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328672</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 15:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit VS2005 ResourceEditor on Thu, 19 Jul 2007 15:43:59 GMT]]></title><description><![CDATA[<p>Ich habe gerade ein neues Projekt gebaut, diesmal aber NICHT leer. Dann habe ich ein Paar neue Menüeinträge gemacht. Alles funzte einwandfrei!<br />
Also wo liegt das Problem? Wenn das Projekt am Anfang leer ist, kann der Resource Editor nicht korrekt arbeiten. Das ist aber ein großer Bug! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1328702</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1328702</guid><dc:creator><![CDATA[khalderon]]></dc:creator><pubDate>Thu, 19 Jul 2007 15:43:59 GMT</pubDate></item></channel></rss>