<?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[fehlerhafte code (.rc) aus dem MicrosoftResourceEditor?]]></title><description><![CDATA[<p>wieso ergibt der vom MicrosoftResourceEditor erzeugten code einen compilier-fehler?</p>
<pre><code class="language-cpp">IDD_WEBSITEBOX DIALOGEX 0,0,240,142
CAPTION &quot;PathFinder - Websites&quot;
FONT 8,&quot;MS Sans Serif&quot;
STYLE 0x80C80080
EXSTYLE 0x00000000
BEGIN
  CONTROL &quot;&amp;OK&quot;,IDOK,&quot;Button&quot;,0x50010001,174,18,50,14,0x00000000             // Zeile 43
  CONTROL &quot;&amp;Cancel&quot;,IDCANCEL,&quot;Button&quot;,0x50010000,174,35,50,14,0x00000000
  CONTROL &quot;&quot;,IDC_STATIC,&quot;Button&quot;,0x50000007,8,7,226,129,0x00000000
  CONTROL &quot;www.path-finder.ch.tt \r\nHier gibts die neusten Infos, Updates und sonstiges zu
     meiner MaturArbeit&quot;,IDC_STATIC,&quot;Static&quot;,0x50020000,16,18,212,26,0x00000000
END
</code></pre>
<p>IDE: MinGW Developer Studio 2.05</p>
<p><strong>Fehlermeldung:</strong><br />
Compiling resource file(s)...<br />
resource.rc<br />
D:\Programme\MinGWStudio\MinGW\bin\windres.exe: resources\resource.rc:43: syntax error</p>
<p>[edit] (Zeile 43 ist: &quot;CONTROL &quot;&amp;OK&quot;,IDOK,&quot;Button&quot;,0x50010001,174,18,50,14,0x00000000&quot;)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/87659/fehlerhafte-code-rc-aus-dem-microsoftresourceeditor</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 03:36:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/87659.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Oct 2004 12:26:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sat, 02 Oct 2004 15:34:59 GMT]]></title><description><![CDATA[<p>wieso ergibt der vom MicrosoftResourceEditor erzeugten code einen compilier-fehler?</p>
<pre><code class="language-cpp">IDD_WEBSITEBOX DIALOGEX 0,0,240,142
CAPTION &quot;PathFinder - Websites&quot;
FONT 8,&quot;MS Sans Serif&quot;
STYLE 0x80C80080
EXSTYLE 0x00000000
BEGIN
  CONTROL &quot;&amp;OK&quot;,IDOK,&quot;Button&quot;,0x50010001,174,18,50,14,0x00000000             // Zeile 43
  CONTROL &quot;&amp;Cancel&quot;,IDCANCEL,&quot;Button&quot;,0x50010000,174,35,50,14,0x00000000
  CONTROL &quot;&quot;,IDC_STATIC,&quot;Button&quot;,0x50000007,8,7,226,129,0x00000000
  CONTROL &quot;www.path-finder.ch.tt \r\nHier gibts die neusten Infos, Updates und sonstiges zu
     meiner MaturArbeit&quot;,IDC_STATIC,&quot;Static&quot;,0x50020000,16,18,212,26,0x00000000
END
</code></pre>
<p>IDE: MinGW Developer Studio 2.05</p>
<p><strong>Fehlermeldung:</strong><br />
Compiling resource file(s)...<br />
resource.rc<br />
D:\Programme\MinGWStudio\MinGW\bin\windres.exe: resources\resource.rc:43: syntax error</p>
<p>[edit] (Zeile 43 ist: &quot;CONTROL &quot;&amp;OK&quot;,IDOK,&quot;Button&quot;,0x50010001,174,18,50,14,0x00000000&quot;)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/619357</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/619357</guid><dc:creator><![CDATA[nate7]]></dc:creator><pubDate>Sat, 02 Oct 2004 15:34:59 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sat, 02 Oct 2004 12:32:27 GMT]]></title><description><![CDATA[<p>welche zeile ist nr 43 ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/619362</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/619362</guid><dc:creator><![CDATA[ZuK]]></dc:creator><pubDate>Sat, 02 Oct 2004 12:32:27 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sun, 03 Oct 2004 19:18:06 GMT]]></title><description><![CDATA[<p>nächstes Problem:<br />
der <strong>&quot;parse error&quot;</strong> tritt nicht nur beim automatisch generierten code auf, sondern auch bei folgendem:</p>
<pre><code class="language-cpp">// resource.rc
// ...

IDD_WEBSITEBOX DIALOGEX 0,0,240,142
CAPTION &quot;PathFinder - Websites&quot;
FONT 8,&quot;MS Sans Serif&quot;
STYLE 0x80C80080
EXSTYLE 0x00000000
BEGIN
  DEFPUSHBUTTON &quot;&amp;OK&quot;,IDOK,174,18,50,14             // Zeile 43
  PUSHBUTTON &quot;&amp;Cancel&quot;,IDCANCEL,174,35,50,14
  GROUPBOX &quot;&quot;,IDC_STATIC,8,7,226,129
  CTEXT &quot;www.path-finder.ch.tt \r\nHier gibts die neusten Infos, Updates und sonstiges zu
     meiner MaturArbeit&quot;,IDC_STATIC,16,18,212,26
END
</code></pre>
<p><strong>(1)</strong><br />
IDE: Dev-C++ 4.9.9.0<br />
Compiler: MinGW 3.2</p>
<pre><code>43 d:\nws\MaturArbeit\ProgramCode\PathFinder_v04_dev\resources\resource.rc [Resource error] parse error
</code></pre>
<p><strong>(2)</strong><br />
IDE: MinGW Developer Studio 2.05<br />
Compiler: MinGW 3.2</p>
<pre><code>D:\Programme\MinGWStudio\MinGW\bin\windres.exe: resources\resource.rc:43: syntax error
</code></pre>
<p>wo ist der fehler?</p>
<p>(es könnte sein, dass es ein MinGW-spezifisches problem ist, aber ich vertraue eigentlich auf diesen compiler..<br />
naja.. klärt mich auf!)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620227</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620227</guid><dc:creator><![CDATA[nate7]]></dc:creator><pubDate>Sun, 03 Oct 2004 19:18:06 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sun, 03 Oct 2004 19:34:53 GMT]]></title><description><![CDATA[<p>Hast du das Header-File mit den Definitionen der Konstanten oben eingebunden?! <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/620234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620234</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 03 Oct 2004 19:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sun, 03 Oct 2004 21:05:48 GMT]]></title><description><![CDATA[<p>Hm, also ich hab die Resource mal mit meinem Dev-Cpp 4.9.8.0 angetestet und bei mir bemängelt er nur IDC_STATIC, was allerdings ein MinGW spezifisches Verhalten ist (#define IDC_STATIC -1 schafft hier für gewöhnlich Abhilfe, auch in diesem Fall, wie ein Test mir grad gezeigt hat.) Nach dem Definieren kompiliert er Deinen Dialog fehlerlos.<br />
Hast Du #include &lt;windows.h&gt; in Deinem rc-file? Wenn nicht, auch das mal antesten.</p>
<p>Gruß</p>
<p>Quirks</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620279</guid><dc:creator><![CDATA[Quirks]]></dc:creator><pubDate>Sun, 03 Oct 2004 21:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sun, 03 Oct 2004 22:09:40 GMT]]></title><description><![CDATA[<p>ja, header ist eingebunen.<br />
ja, IDC_STATIC ist definiert (-1)</p>
<pre><code class="language-cpp">#include &lt;window.h&gt;
</code></pre>
<p>war die lösung! <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="🙂"
    /><br />
dankeschön, quirks</p>
<p><strong>grosse frage</strong>: wieso?<br />
(liegts am compiler, an der ide, ..)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620309</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620309</guid><dc:creator><![CDATA[nate7]]></dc:creator><pubDate>Sun, 03 Oct 2004 22:09:40 GMT</pubDate></item><item><title><![CDATA[Reply to fehlerhafte code (.rc) aus dem MicrosoftResourceEditor? on Sun, 03 Oct 2004 23:22:00 GMT]]></title><description><![CDATA[<p>nix zu danken, freut mich dass es läuft nu.</p>
<p>Ich denk ma dass es am Compiler liegt, bin zumindest sowohl mit MinGWStudio als auch mit dem Dev-Cpp gewohnt es einzubinden.<br />
Zu anderen Compileren kann ich mangels Erfahrung nix sagen, kann mich aber noch gut erinnern dass ich dieses Resourcen-Problem zu Anfang auch hatte, als ich Turtorial-Codes angetestet hab.</p>
<p>Gruß</p>
<p>Quirks</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620320</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620320</guid><dc:creator><![CDATA[Quirks]]></dc:creator><pubDate>Sun, 03 Oct 2004 23:22:00 GMT</pubDate></item></channel></rss>