<?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[WM_XBUTTON* und WM_MOUSEWHEEL &#x2F; MK_XBUTTON* Messages]]></title><description><![CDATA[<p>Mir fehlen scheinbar die WM_XBUTTON*, MK_XBUTTON* und WM_MOUSEWHEEL Messages bei meiner Visual C++ 2005 Installation. Es handelt sich nicht um die Express, sondern jene Version, die man mit Visual Studio 2005 Professional bekommt.</p>
<p>Was soll ich jetzt davon halten, sehr merkwürdiger Fehler. Die Installation verlief natürlich erfolgreich....</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/221037/wm_xbutton-und-wm_mousewheel-mk_xbutton-messages</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 05:58:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/221037.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Aug 2008 23:58:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WM_XBUTTON* und WM_MOUSEWHEEL &#x2F; MK_XBUTTON* Messages on Sun, 24 Aug 2008 23:58:38 GMT]]></title><description><![CDATA[<p>Mir fehlen scheinbar die WM_XBUTTON*, MK_XBUTTON* und WM_MOUSEWHEEL Messages bei meiner Visual C++ 2005 Installation. Es handelt sich nicht um die Express, sondern jene Version, die man mit Visual Studio 2005 Professional bekommt.</p>
<p>Was soll ich jetzt davon halten, sehr merkwürdiger Fehler. Die Installation verlief natürlich erfolgreich....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1570745</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1570745</guid><dc:creator><![CDATA[XButton]]></dc:creator><pubDate>Sun, 24 Aug 2008 23:58:38 GMT</pubDate></item><item><title><![CDATA[Reply to WM_XBUTTON* und WM_MOUSEWHEEL &#x2F; MK_XBUTTON* Messages on Mon, 25 Aug 2008 07:38:00 GMT]]></title><description><![CDATA[<p>Was heißt das, dass sie Dir fehlen?<br />
Diese Defines sind definiert in der Winuser.h Deines SDK,s das mit VS-2005 geliefert wird. Du hast vermutlich nur nicht</p>
<pre><code class="language-cpp">#define _WIN32_WINNT		0x0500
</code></pre>
<p>gesetzt.</p>
<p>Lies mal <a href="http://msdn.microsoft.com/en-us/library/aa383745(VS.85).aspx" rel="nofollow">Using the Windows Headers (Windows)</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1570782</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1570782</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 25 Aug 2008 07:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to WM_XBUTTON* und WM_MOUSEWHEEL &#x2F; MK_XBUTTON* Messages on Mon, 25 Aug 2008 07:13:23 GMT]]></title><description><![CDATA[<p>Ja das wusste ich noch nicht, vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1570810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1570810</guid><dc:creator><![CDATA[XButton]]></dc:creator><pubDate>Mon, 25 Aug 2008 07:13:23 GMT</pubDate></item></channel></rss>