<?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 !!!]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich hab im folgenden Programmcode:</p>
<pre><code class="language-cpp">BEGIN_MESSAGE_MAP(CTrayDialog, CDialog)
	//{{AFX_MSG_MAP(CTrayDialog)
	ON_WM_CREATE()
	ON_WM_DESTROY()
	ON_WM_SYSCOMMAND()
	//}}AFX_MSG_MAP
	ON_MESSAGE(WM_TRAY_ICON_NOTIFY_MESSAGE,OnTrayNotify)
END_MESSAGE_MAP()
</code></pre>
<p>folgende Fehlermeldung:<br />
c:\monitor\TrayDialog.cpp(47): error C2440: 'static_cast' : cannot convert from 'void (__thiscall CTrayDialog::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'</p>
<p>kann mir wer sagen was da falsch ist?</p>
<p>Danke !!!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/60178/fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Wed, 03 Jun 2026 06:49:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/60178.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Jan 2004 19:57:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung !!! on Fri, 02 Jan 2004 19:57:57 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich hab im folgenden Programmcode:</p>
<pre><code class="language-cpp">BEGIN_MESSAGE_MAP(CTrayDialog, CDialog)
	//{{AFX_MSG_MAP(CTrayDialog)
	ON_WM_CREATE()
	ON_WM_DESTROY()
	ON_WM_SYSCOMMAND()
	//}}AFX_MSG_MAP
	ON_MESSAGE(WM_TRAY_ICON_NOTIFY_MESSAGE,OnTrayNotify)
END_MESSAGE_MAP()
</code></pre>
<p>folgende Fehlermeldung:<br />
c:\monitor\TrayDialog.cpp(47): error C2440: 'static_cast' : cannot convert from 'void (__thiscall CTrayDialog::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'</p>
<p>kann mir wer sagen was da falsch ist?</p>
<p>Danke !!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/427456</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/427456</guid><dc:creator><![CDATA[USer]]></dc:creator><pubDate>Fri, 02 Jan 2004 19:57:57 GMT</pubDate></item></channel></rss>