<?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[Fehler in meine Programm.. plzz help!!]]></title><description><![CDATA[<p>wc.style = CS_HREDRAW | CS_VREDRAW;<br />
wc.lpfnWndProc = WndProc;<br />
wc.cbClsExtra = 0;<br />
wc.cbWndExtra = 0;<br />
wc.hInstance = hInstance;<br />
wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);<br />
wc.hCursor = LoadCursor(NULL, IDC_ARROW);<br />
wc.hbrBackground = GetStockObject(WHITE_BRUSH);<br />
wc.lpszMenuName = 0;<br />
wc.lpszClassName = szAppName;</p>
<p>Compiling...<br />
scrollbalken.cpp<br />
C:\Dokumente und Einstellungen\Daniel\Eigene Dateien\C++ Files\WinAPI\scrollbar\scrollbalken.cpp(49) : error C2440: '=' : cannot convert from 'void *' to 'struct HBRUSH__ <em>'<br />
Conversion from 'void</em>' to pointer to non-'void' requires an explicit cast<br />
Error executing cl.exe.</p>
<p>scrollbar.exe - 1 error(s), 0 warning(s)</p>
<p>warum funkt das nicht??<br />
warum kann ich net WHITE_BRUSH ein setzen...!<br />
plzz help<br />
thx</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/93461/fehler-in-meine-programm-plzz-help</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 03:56:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/93461.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Nov 2004 17:04:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehler in meine Programm.. plzz help!! on Mon, 29 Nov 2004 17:04:29 GMT]]></title><description><![CDATA[<p>wc.style = CS_HREDRAW | CS_VREDRAW;<br />
wc.lpfnWndProc = WndProc;<br />
wc.cbClsExtra = 0;<br />
wc.cbWndExtra = 0;<br />
wc.hInstance = hInstance;<br />
wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);<br />
wc.hCursor = LoadCursor(NULL, IDC_ARROW);<br />
wc.hbrBackground = GetStockObject(WHITE_BRUSH);<br />
wc.lpszMenuName = 0;<br />
wc.lpszClassName = szAppName;</p>
<p>Compiling...<br />
scrollbalken.cpp<br />
C:\Dokumente und Einstellungen\Daniel\Eigene Dateien\C++ Files\WinAPI\scrollbar\scrollbalken.cpp(49) : error C2440: '=' : cannot convert from 'void *' to 'struct HBRUSH__ <em>'<br />
Conversion from 'void</em>' to pointer to non-'void' requires an explicit cast<br />
Error executing cl.exe.</p>
<p>scrollbar.exe - 1 error(s), 0 warning(s)</p>
<p>warum funkt das nicht??<br />
warum kann ich net WHITE_BRUSH ein setzen...!<br />
plzz help<br />
thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/662083</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/662083</guid><dc:creator><![CDATA[magic]]></dc:creator><pubDate>Mon, 29 Nov 2004 17:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler in meine Programm.. plzz help!! on Mon, 29 Nov 2004 17:18:38 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/662096</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/662096</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Mon, 29 Nov 2004 17:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler in meine Programm.. plzz help!! on Mon, 29 Nov 2004 17:27:20 GMT]]></title><description><![CDATA[<p>ja hab ich gemacht dafür hab ich jetzt diese errors:#</p>
<p>Compiling...<br />
scrollbalken.cpp<br />
Linking...<br />
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main<br />
Debug/scrollbalken.exe : fatal error LNK1120: 1 unresolved externals<br />
Error executing link.exe.</p>
<p>scrollbalken.exe - 2 error(s), 0 warning(s)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/662107</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/662107</guid><dc:creator><![CDATA[magic]]></dc:creator><pubDate>Mon, 29 Nov 2004 17:27:20 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler in meine Programm.. plzz help!! on Mon, 29 Nov 2004 18:05:56 GMT]]></title><description><![CDATA[<p>Du hast ein Projekt für eine Win32-Konsolenanwendung (main) erstellt, packst aber Code für eine Win32-Anwendung (WinMain) hinzu... das kann nix werden.</p>
<p>Entweder Projekt neu erstellen oder unter &quot;Projekt - Einstellungen - Linker&quot; im Feld Projekt Optionen die Einstellung &quot;/subsystem:console&quot; abändern auf &quot;/subsystem:windows&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/662135</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/662135</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Mon, 29 Nov 2004 18:05:56 GMT</pubDate></item></channel></rss>