<?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[VC++ 6 Projekt mit VC++ 7 (NET) - ON_MESSAGE Prob]]></title><description><![CDATA[<p>Hallo,</p>
<p>folgendes Problem:<br />
wenn man C++ Projekte unter Visual Studio 6 auf Visual Studio 7 übertragen möchte bekommt man einen Haufen Fehler dieser Art:</p>
<p>&quot;error C2440: 'static_cast' : cannot convert from 'void (__thiscall CHotPropCtrl::* )(int,CHPPopList::DrawInfo <em>)' to 'LRESULT (__thiscall CWnd::</em> )(WPARAM,LPARAM)'&quot;</p>
<p>In einem anderen Forum (das leider offline ist) gibt es anscheinend einen &quot;NET Fix&quot; für dieses Problem, nur leider funktioniert der Link wie gesagt nicht mehr. Hat sich jemand hier schoneinmal damit beschäftigen müssen und eine Lösung gefunden?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6433/vc-6-projekt-mit-vc-7-net-on_message-prob</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 03:36:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6433.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jul 2003 08:32:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VC++ 6 Projekt mit VC++ 7 (NET) - ON_MESSAGE Prob on Thu, 03 Jul 2003 08:32:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>folgendes Problem:<br />
wenn man C++ Projekte unter Visual Studio 6 auf Visual Studio 7 übertragen möchte bekommt man einen Haufen Fehler dieser Art:</p>
<p>&quot;error C2440: 'static_cast' : cannot convert from 'void (__thiscall CHotPropCtrl::* )(int,CHPPopList::DrawInfo <em>)' to 'LRESULT (__thiscall CWnd::</em> )(WPARAM,LPARAM)'&quot;</p>
<p>In einem anderen Forum (das leider offline ist) gibt es anscheinend einen &quot;NET Fix&quot; für dieses Problem, nur leider funktioniert der Link wie gesagt nicht mehr. Hat sich jemand hier schoneinmal damit beschäftigen müssen und eine Lösung gefunden?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31224</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31224</guid><dc:creator><![CDATA[subway101]]></dc:creator><pubDate>Thu, 03 Jul 2003 08:32:00 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 6 Projekt mit VC++ 7 (NET) - ON_MESSAGE Prob on Thu, 03 Jul 2003 08:38:00 GMT]]></title><description><![CDATA[<p>Diese Fehlermeldung ist richtig und wurde höchstwahrscheinlich unter VC6 nicht als Fehler erkannt. D.h. Dein Code war schon unter VC6 falsch, denn auch unter VC6 verlangt das Makro ON_MESSAGE eine Funktion LRESULT MessageFunc( WPARAM, LPARAM).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31225</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Thu, 03 Jul 2003 08:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 6 Projekt mit VC++ 7 (NET) - ON_MESSAGE Prob on Thu, 03 Jul 2003 10:59:00 GMT]]></title><description><![CDATA[<p>Danke, bin gerade dabei die Methoden (ein paar Hundert:( ) umzuschreiben...<br />
Gibt es noch mehr Fallstricke die bei einer Kompilierung eines VC++ 6 (MFC) Projektes unter VC++ 7 lauern?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31226</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31226</guid><dc:creator><![CDATA[subway101]]></dc:creator><pubDate>Thu, 03 Jul 2003 10:59:00 GMT</pubDate></item></channel></rss>