<?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[Fehlermeldung beim linken &amp;quot;fatal error RC1004: unexpected end of file found&amp;quot;]]></title><description><![CDATA[<p>hallo zusammen,</p>
<p>ich habe ein heade-file resource.h in dem folgendes steht:</p>
<pre><code>#define IDR_MAINFRAME		128
#define IDD_RAHMEN_DIALOG	102
#define IDS_APP_TITLE		103
#define IDM_ABOUT		104
#define IDM_EXIT		105
#define IDS_HELLO		106
#define IDI_RAHMEN	        107
#define IDI_SMALL		108
#define IDC_RAHMEN	        109
#define IDC_MYICON		2
#define IDC_STATIC	        -1
</code></pre>
<p>wenn ich das ganze projekt nun versuche ans Laufen zu bekommen, kommt immer die fehlermeldung:</p>
<pre><code>resource.h(11) : fatal error RC1004: unexpected end of file found
Fehler beim Ausführen von rc.exe.
</code></pre>
<p>ich weiß nicht, was das soll.</p>
<p>wäre toll, wenn mir da jemand helfen könnte.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124081/fehlermeldung-beim-linken-quot-fatal-error-rc1004-unexpected-end-of-file-found-quot</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 20:17:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124081.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Oct 2005 14:28:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung beim linken &amp;quot;fatal error RC1004: unexpected end of file found&amp;quot; on Sun, 23 Oct 2005 14:28:06 GMT]]></title><description><![CDATA[<p>hallo zusammen,</p>
<p>ich habe ein heade-file resource.h in dem folgendes steht:</p>
<pre><code>#define IDR_MAINFRAME		128
#define IDD_RAHMEN_DIALOG	102
#define IDS_APP_TITLE		103
#define IDM_ABOUT		104
#define IDM_EXIT		105
#define IDS_HELLO		106
#define IDI_RAHMEN	        107
#define IDI_SMALL		108
#define IDC_RAHMEN	        109
#define IDC_MYICON		2
#define IDC_STATIC	        -1
</code></pre>
<p>wenn ich das ganze projekt nun versuche ans Laufen zu bekommen, kommt immer die fehlermeldung:</p>
<pre><code>resource.h(11) : fatal error RC1004: unexpected end of file found
Fehler beim Ausführen von rc.exe.
</code></pre>
<p>ich weiß nicht, was das soll.</p>
<p>wäre toll, wenn mir da jemand helfen könnte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899340</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899340</guid><dc:creator><![CDATA[Marco P]]></dc:creator><pubDate>Sun, 23 Oct 2005 14:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung beim linken &amp;quot;fatal error RC1004: unexpected end of file found&amp;quot; on Sun, 23 Oct 2005 14:35:51 GMT]]></title><description><![CDATA[<p>Das ist kein Linker-Fehler sondern ein Problem des Resource-Compiler. Du solltest<br />
mal dein RC-File prüfen. Für weitere Hilfe wendest du dich besser ans WINAPI-Forum.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899344</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899344</guid><dc:creator><![CDATA[Redhead]]></dc:creator><pubDate>Sun, 23 Oct 2005 14:35:51 GMT</pubDate></item></channel></rss>