<?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 : 2006 Q2 Warnings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : 2006 Q2 Warnings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 05:16:51 +0000</pubDate>
  <lastBuildDate>Thu, 22 Jun 2006 04:55:03 +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=4331</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[2006 Q2 Warnings : Thanks Warren, this has done the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13779&amp;title=2006-q2-warnings#13779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 22 June 2006 at 4:55am<br /><br />Thanks Warren, this has done the trick!<DIV>&nbsp;</DIV><DIV>(Also the reminder is a nice touch!)</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Kevin.</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 04:55:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13779&amp;title=2006-q2-warnings#13779</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings :   I&amp;#039;m using 2003, and I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13758&amp;title=2006-q2-warnings#13758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1003">Warren</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 21 June 2006 at 10:12am<br /><br />I'm using 2003, and I had the same issue.<br><br>I just surrounded the <br><font face="Courier New, Courier, mono">#include &lt;XTToolkitPro.h&gt;</font><br>with some code to get rid of the warning, and a #error to make sure I remove the code when I upgrade to the next version of the toolkit. Here is my code...<br><font face="Courier New, Courier, mono"><br>#pragma warning( push )<br>#pragma warning( disable : 4244 )<br>#include &lt;XTToolkitPro.h&gt;<br>#pragma warning( pop )<br><br>#if (_XTPLIB_VERSION_PREFIX!=1020)<br>#error remove this warning disable code 4244<br>#endif<br><br></font>Warren<br>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 10:12:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13758&amp;title=2006-q2-warnings#13758</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : Should also have mentioned, I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13749&amp;title=2006-q2-warnings#13749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 21 June 2006 at 12:58am<br /><br /><P>Should also have mentioned, I am using VS 2003 - If this makes a difference.</P><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Kevin.</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 00:58:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13749&amp;title=2006-q2-warnings#13749</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : Hi Oleg,  I have the same problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13748&amp;title=2006-q2-warnings#13748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 21 June 2006 at 12:52am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>I have the same problem. I have cut your code posted above and pasted it to stdafx.h just above the #include for &lt;XTToolKitPro.h&gt; - The compiler now reports a missing ; on the AFX_INLINE line.</DIV><DIV>&nbsp;</DIV><DIV>Am I missing something obvious? - Or have I missed the point about what I need to do completly!</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Kevin.</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 00:52:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13748&amp;title=2006-q2-warnings#13748</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : Hi, of course, it is just temporary...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13369&amp;title=2006-q2-warnings#13369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 04 June 2006 at 8:31pm<br /><br /><P>Hi,</P><P>of course,</P><P>&nbsp;it is just temporary solution to avoid this warning....</P>]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 20:31:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13369&amp;title=2006-q2-warnings#13369</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : Will you fix XTP to prevent these...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13363&amp;title=2006-q2-warnings#13363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 04 June 2006 at 11:35am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman">Will you fix XTP to prevent these warnings in the next release?<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p>&nbsp;</o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Italo</FONT></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 11:35:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13363&amp;title=2006-q2-warnings#13363</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : Reproduced with DatePicker sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13361&amp;title=2006-q2-warnings#13361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 04 June 2006 at 9:05am<br /><br /><P>Reproduced with DatePicker sample :(</P><P>Add this code before you include toolkit pro:</P><P>&nbsp;</P><FONT color=#0000ff size=2><P>template</FONT><FONT size=2>&lt;&gt;</P><P>AFX_INLINE UINT HashKey&lt;UINT_PTR&gt;(UINT_PTR key)</P><P>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> (DWORD)(((DWORD_PTR)key)&gt;&gt;4);</P><P>}</P><P>to avoid this warning. </P></FONT>]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 09:05:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13361&amp;title=2006-q2-warnings#13361</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : I get the same, it&amp;#039;s a /Wp64...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13357&amp;title=2006-q2-warnings#13357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2070">Marcus</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 04 June 2006 at 6:09am<br /><br />I get the same, it's a /Wp64 compiler warning.]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 06:09:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13357&amp;title=2006-q2-warnings#13357</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : I&amp;#039;m using VS 2005. The requested...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13352&amp;title=2006-q2-warnings#13352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 04 June 2006 at 12:00am<br /><br /><P>I'm using VS 2005. The requested file is attached.</P><P><A href="https://forum.codejock.com/uploads/Italo/2006-06-04_000013_afxtempl.zip" target="_blank">2006-06-04_000013_afxtempl.zip</A></P><P>VS Information:</P><P>Microsoft Visual Studio 2005<BR>Version 8.0.50727.42&nbsp; (RTM.050727-4200)<BR>Microsoft .NET Framework<BR>Version 2.0.50727</P><P>Installed Edition: Enterprise</P><P>Microsoft Visual Basic 2005&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual Basic 2005</P><P>Microsoft Visual C# 2005&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual C# 2005</P><P>Microsoft Visual C++ 2005&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual C++ 2005</P><P>Microsoft Visual J# 2005&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual J# 2005</P><P>Microsoft Visual Studio Tools for Office&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual Studio Tools for the Microsoft Office System</P><P>Microsoft Visual Web Developer 2005&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual Web Developer 2005</P><P>Visual Studio 2005 Team Edition for Developers&nbsp;&nbsp; 77642-113-3000004-41353<BR>Microsoft Visual Studio 2005 Team Edition for Software Developers</P><P>Refactor! for Visual Studio&nbsp;&nbsp; 1.0<BR>Refactor! for Visual Studio 2005.</P><P>SQL Server Analysis Services&nbsp;&nbsp; <BR>Microsoft SQL Server Analysis Services Designer <BR>Version 9.00.1399.00</P><P>SQL Server Integration Services&nbsp;&nbsp; <BR>Microsoft SQL Server Integration Services Designer<BR>Version 9.00.1399.00</P><P>SQL Server Reporting Services&nbsp;&nbsp; <BR>Microsoft SQL Server Reporting Services Designers <BR>Version 9.00.1399.00</P><P>Visual Assist X&nbsp;&nbsp; <BR>For more information about Visual Assist, see the Whole Tomato Software website at <A href="http://www.WholeTomato.com" target="_blank">http://www.WholeTomato.com</A>. For customer support, email <A href="mailto:Support@WholeTomato.com" target="_blank">Support@WholeTomato.com</A>. Copyright (c) 1997-2004 Whole Tomato Software,&nbsp; Inc.</P><P><FONT face="Times New Roman" size=3></FONT>&nbsp;</P><P><FONT face="Times New Roman" size=3>PS. I'm also getting warnings while compiling some of the examples.</FONT></P>]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 00:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13352&amp;title=2006-q2-warnings#13352</guid>
  </item> 
  <item>
   <title><![CDATA[2006 Q2 Warnings : hi, Kind of strange, because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13351&amp;title=2006-q2-warnings#13351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4331<br /><strong>Posted:</strong> 03 June 2006 at 11:10pm<br /><br /><P>hi,</P><P>Kind of strange, because I can't reproduce it with warning 4. </P><P>Can you help with it? I need your Visual Studio version and your afxtempl.h fle. Can you attach it here?</P>]]>
   </description>
   <pubDate>Sat, 03 Jun 2006 23:10:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4331&amp;PID=13351&amp;title=2006-q2-warnings#13351</guid>
  </item> 
 </channel>
</rss>