<?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[id einer ressource in res.rc existiert [angeblich] nicht]]></title><description><![CDATA[<pre><code class="language-cpp">LRESULT CALLBACK WnProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
	int toll=IDB_BITMAP1;
</code></pre>
<p>FEHLER: IDB_BITMAP1' : nichtdeklarierter Bezeichner</p>
<p>res.rc:</p>
<blockquote>
<p>//Microsoft Developer Studio generated resource script.<br />
//<br />
#include &quot;resource.h&quot;</p>
<p>#define APSTUDIO_READONLY_SYMBOLS<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 2 resource.<br />
//<br />
#include &quot;afxres.h&quot;</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
#undef APSTUDIO_READONLY_SYMBOLS</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
// Deutsch (Deutschland) resources</p>
<p>#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)<br />
#ifdef _WIN32<br />
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN<br />
#pragma code_page(1252)<br />
#endif //_WIN32</p>
<p>#ifdef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// TEXTINCLUDE<br />
//</p>
<p>1 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;resource.h\0&quot;<br />
END</p>
<p>2 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;#include &quot;&quot;afxres.h&quot;&quot;\r\n&quot;<br />
&quot;\0&quot;<br />
END</p>
<p>3 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;\r\n&quot;<br />
&quot;\0&quot;<br />
END</p>
<p>#endif // APSTUDIO_INVOKED</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Bitmap<br />
//</p>
<p>IDB_BITMAP1 BITMAP DISCARDABLE &quot;bmp.bmp&quot;<br />
#endif // Deutsch (Deutschland) resources<br />
/////////////////////////////////////////////////////////////////////////////</p>
<p>#ifndef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 3 resource.<br />
//</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
#endif // not APSTUDIO_INVOKED</p>
</blockquote>
<p>ressource.h</p>
<blockquote>
<p>//{{NO_DEPENDENCIES}}<br />
// Microsoft Developer Studio generated include file.<br />
// Used by res.rc<br />
//<br />
#define IDB_BITMAP1 101</p>
<p>// Next default values for new objects<br />
//<br />
#ifdef APSTUDIO_INVOKED<br />
#ifndef APSTUDIO_READONLY_SYMBOLS<br />
#define _APS_NEXT_RESOURCE_VALUE 102<br />
#define _APS_NEXT_COMMAND_VALUE 40001<br />
#define _APS_NEXT_CONTROL_VALUE 1000<br />
#define _APS_NEXT_SYMED_VALUE 101<br />
#endif<br />
#endif</p>
</blockquote>
<p>Weiß jemand worans liegt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/95943/id-einer-ressource-in-res-rc-existiert-angeblich-nicht</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 19:48:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/95943.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Dec 2004 22:46:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to id einer ressource in res.rc existiert [angeblich] nicht on Sat, 25 Dec 2004 22:46:56 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">LRESULT CALLBACK WnProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
	int toll=IDB_BITMAP1;
</code></pre>
<p>FEHLER: IDB_BITMAP1' : nichtdeklarierter Bezeichner</p>
<p>res.rc:</p>
<blockquote>
<p>//Microsoft Developer Studio generated resource script.<br />
//<br />
#include &quot;resource.h&quot;</p>
<p>#define APSTUDIO_READONLY_SYMBOLS<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 2 resource.<br />
//<br />
#include &quot;afxres.h&quot;</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
#undef APSTUDIO_READONLY_SYMBOLS</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
// Deutsch (Deutschland) resources</p>
<p>#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)<br />
#ifdef _WIN32<br />
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN<br />
#pragma code_page(1252)<br />
#endif //_WIN32</p>
<p>#ifdef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// TEXTINCLUDE<br />
//</p>
<p>1 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;resource.h\0&quot;<br />
END</p>
<p>2 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;#include &quot;&quot;afxres.h&quot;&quot;\r\n&quot;<br />
&quot;\0&quot;<br />
END</p>
<p>3 TEXTINCLUDE DISCARDABLE<br />
BEGIN<br />
&quot;\r\n&quot;<br />
&quot;\0&quot;<br />
END</p>
<p>#endif // APSTUDIO_INVOKED</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Bitmap<br />
//</p>
<p>IDB_BITMAP1 BITMAP DISCARDABLE &quot;bmp.bmp&quot;<br />
#endif // Deutsch (Deutschland) resources<br />
/////////////////////////////////////////////////////////////////////////////</p>
<p>#ifndef APSTUDIO_INVOKED<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Generated from the TEXTINCLUDE 3 resource.<br />
//</p>
<p>/////////////////////////////////////////////////////////////////////////////<br />
#endif // not APSTUDIO_INVOKED</p>
</blockquote>
<p>ressource.h</p>
<blockquote>
<p>//{{NO_DEPENDENCIES}}<br />
// Microsoft Developer Studio generated include file.<br />
// Used by res.rc<br />
//<br />
#define IDB_BITMAP1 101</p>
<p>// Next default values for new objects<br />
//<br />
#ifdef APSTUDIO_INVOKED<br />
#ifndef APSTUDIO_READONLY_SYMBOLS<br />
#define _APS_NEXT_RESOURCE_VALUE 102<br />
#define _APS_NEXT_COMMAND_VALUE 40001<br />
#define _APS_NEXT_CONTROL_VALUE 1000<br />
#define _APS_NEXT_SYMED_VALUE 101<br />
#endif<br />
#endif</p>
</blockquote>
<p>Weiß jemand worans liegt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/680817</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/680817</guid><dc:creator><![CDATA[der toni]]></dc:creator><pubDate>Sat, 25 Dec 2004 22:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to id einer ressource in res.rc existiert [angeblich] nicht on Sun, 26 Dec 2004 08:33:16 GMT]]></title><description><![CDATA[<p>Hast du ressource.h auch in deinem Source-Code eingebunden?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/680868</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/680868</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Sun, 26 Dec 2004 08:33:16 GMT</pubDate></item></channel></rss>