<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Xtreme toolkit &amp; vs2005</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Xtreme toolkit &amp; vs2005]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:54:36 +0000</pubDate>
  <lastBuildDate>Sat, 28 May 2005 12:24:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2289</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Xtreme toolkit &amp; vs2005 : thanks for answer ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6799&amp;title=xtreme-toolkit-vs2005#6799</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1199">rt15051966</a><br /><strong>Subject:</strong> 2289<br /><strong>Posted:</strong> 28 May 2005 at 12:24pm<br /><br />thanks for answer]]>
   </description>
   <pubDate>Sat, 28 May 2005 12:24:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6799&amp;title=xtreme-toolkit-vs2005#6799</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme toolkit &amp; vs2005 : MS changed the return value for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6798&amp;title=xtreme-toolkit-vs2005#6798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 2289<br /><strong>Posted:</strong> 28 May 2005 at 9:34am<br /><br /><P>MS changed the return value for ON_WM_NCHITTEST from UINT to LRESULT, you you have to change your source code too. For 64bit apps this is important because LRESULT is a 64bit value in the x64 world while UINT stays 32bit.</P><P>To get compatibility with MFC7 and below I added the following lines in stdafx.h after including the MFC headers:</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>#if _MFC_VER &lt; 0x0800<BR>#undef ON_WM_NCHITTEST</P><P>#define ON_WM_NCHITTEST() \<BR>&nbsp;{ WM_NCHITTEST, 0, 0, 0, AfxSig_u_v_p, \<BR>&nbsp;&nbsp;(AFX_PMSG)(AFX_PMSGW) \<BR>&nbsp;&nbsp;(static_cast&lt; LRESULT (AFX_MSG_CALL CWnd::*)(CPoint) &gt; (OnNcHitTest)) },<BR>#endif<BR></pre></td></tr></table></P><P>So my code compiles fine both with VC6 (customized version of MFC7) and VS2005.</P><span style="font-size:10px"><br /><br />Edited by Sven</span>]]>
   </description>
   <pubDate>Sat, 28 May 2005 09:34:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6798&amp;title=xtreme-toolkit-vs2005#6798</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme toolkit &amp; vs2005 : how to compile library ver 9.60...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6794&amp;title=xtreme-toolkit-vs2005#6794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1199">rt15051966</a><br /><strong>Subject:</strong> 2289<br /><strong>Posted:</strong> 27 May 2005 at 12:47pm<br /><br /><P><FONT size=2>how to compile library ver 9.60 with VS2005</FONT></P><P><FONT size=2>there are many error with makro ON_WM_NCHITTEST()</FONT></P><P><FONT size=2>return parameter in new MFC80 is incorect</FONT></P><P><FONT size=2>example:</FONT></P><FONT size=1><P><FONT size=2>XTSplitterWnd.cpp</FONT></P><P><FONT size=2>d:\tools\codejock software\mfc\xtreme toolkit pro v9.60\src\controls\common.src\xtsplitterwnd.cpp(91) : error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CXTSplitterWnd::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)'</FONT></P><P><FONT size=2>Cast from base to derived requires dynamic_cast or static_cast</FONT></P><P>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Fri, 27 May 2005 12:47:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2289&amp;PID=6794&amp;title=xtreme-toolkit-vs2005#6794</guid>
  </item> 
 </channel>
</rss>