<?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 : Compile errors after upgrading to 16.4.0</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Compile errors after upgrading to 16.4.0]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 17:38:05 +0000</pubDate>
  <lastBuildDate>Mon, 20 Apr 2015 16:14:24 +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=22493</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[Compile errors after upgrading to 16.4.0 : We built 15.0.0.2 against 16.4.0...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73283&amp;title=compile-errors-after-upgrading-to-16-4-0#73283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8848">mcmastl</a><br /><strong>Subject:</strong> 22493<br /><strong>Posted:</strong> 20 April 2015 at 4:14pm<br /><br />We built 15.0.0.2 against 16.4.0 and was unable to recreate the issue, if you could copy/paste your code, or provide a small sample to recreate the problem we can try to help debug the issue. &nbsp;Thanks.]]>
   </description>
   <pubDate>Mon, 20 Apr 2015 16:14:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73283&amp;title=compile-errors-after-upgrading-to-16-4-0#73283</guid>
  </item> 
  <item>
   <title><![CDATA[Compile errors after upgrading to 16.4.0 : Thanks for the further feedback,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73239&amp;title=compile-errors-after-upgrading-to-16-4-0#73239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 22493<br /><strong>Posted:</strong> 15 April 2015 at 11:22pm<br /><br />Thanks for the further feedback, have you checked the supplied samples in 16.4 and compared the implementation to yours? &nbsp;<div><br></div><div>That's where I would recommend you start to make sure you are not missing something there. &nbsp;Also, if you can to copy / paste your code, or provide a small sample that recreates the problem we can try to help further. &nbsp;</div><div><br></div><div><span style="line-height: 16.7999992370605px;">It almost appears to be a missing #include file at first glance, bu</span>t without actually seeing how you have implemented your code it is impossible know what the problem might be.</div>]]>
   </description>
   <pubDate>Wed, 15 Apr 2015 23:22:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73239&amp;title=compile-errors-after-upgrading-to-16-4-0#73239</guid>
  </item> 
  <item>
   <title><![CDATA[Compile errors after upgrading to 16.4.0 : It might be easier to get your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73237&amp;title=compile-errors-after-upgrading-to-16-4-0#73237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 22493<br /><strong>Posted:</strong> 15 April 2015 at 5:59pm<br /><br />It might be easier to get your answers through checking the source code and your errors. For instance<div><br></div><div><table width="99%"><tr><td><pre class="BBcode"><br><div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'</span><br style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">12&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)</span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"></pre></td></tr></table></span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"><br></span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">so... as the error message says, use an static_cast or C-style case for your int. Or better - use the corresponding value in the enum&nbsp;</span><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">XTPReportOrientation.&nbsp;</span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"><br></span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">I wouldn't be surprised that m_pRecords now is accessed by a function GetRecords()...?&nbsp;</span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"><br></span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;">But of course, it would be good if breaking changes were mentioned in the release notes...</span></div><div><span style="font-size: 11.9999990463257px; line-height: 18.6666660308838px; : rgb248, 248, 252;"><br></span></div></div></div>]]>
   </description>
   <pubDate>Wed, 15 Apr 2015 17:59:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73237&amp;title=compile-errors-after-upgrading-to-16-4-0#73237</guid>
  </item> 
  <item>
   <title><![CDATA[Compile errors after upgrading to 16.4.0 : We have informed our development...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73214&amp;title=compile-errors-after-upgrading-to-16-4-0#73214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8848">mcmastl</a><br /><strong>Subject:</strong> 22493<br /><strong>Posted:</strong> 15 April 2015 at 2:02pm<br /><br />We have informed our development team of the issue and will be looking into it. &nbsp;Thank you for bringing this to our attention. &nbsp;If the issue has been resolved please let us know. &nbsp;Thank you.]]>
   </description>
   <pubDate>Wed, 15 Apr 2015 14:02:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=73214&amp;title=compile-errors-after-upgrading-to-16-4-0#73214</guid>
  </item> 
  <item>
   <title><![CDATA[Compile errors after upgrading to 16.4.0 : We recently upgraded from Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=72996&amp;title=compile-errors-after-upgrading-to-16-4-0#72996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2273">Enclaved Shadow</a><br /><strong>Subject:</strong> 22493<br /><strong>Posted:</strong> 19 December 2014 at 9:57am<br /><br />We recently upgraded from Xtreme ToolkitPro v15.0.2 to Xtreme ToolkitPro v16.4.0.&nbsp; After making the change we are now seeing lots of compiler errors ... we can no longer compile some of our projects.&nbsp; I have provided a list of errors below. These errors are causing me to re-evaluate upgrading to the latest version just for the new themes.<br><br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\reportcontrol.cpp(85): error C2065: 'm_pRecords' : undeclared identifier<br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\reportcontrol.cpp(86): error C3861: 'SortRows': identifier not found<br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\reportcontrol.cpp(155): error C2661: 'CXTPReportRow::InitRow' : no overloaded function takes 2 arguments<br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\historyrow.cpp(182): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>12&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\historyrow.cpp(233): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>12&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\activex\history\historygrouprow.cpp(34): error C2661: 'CXTPReportRow::InitRow' : no overloaded function takes 2 arguments<br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\common\reportwindow.cpp(762): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>12&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>12&gt;c:\tfs\analytics\dev\jsis-ui\idea\idea\common\reportwindow.cpp(787): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>12&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>11&gt;CommentsNewRow.cpp(127): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br>11&gt;CommentsNewRow.cpp(171): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br>11&gt;&nbsp; CommentsReport.cpp<br><br><br>errors due to changes made in CXTPReportControl<br>11&gt;CommentsReport.cpp(269): error C2065: 'm_pRecords' : undeclared identifier<br>11&gt;CommentsReport.cpp(270): error C3861: 'SortRows': identifier not found<br>11&gt;CommentsReport.cpp(285): error C2065: 'm_pPlainTree' : undeclared identifier<br><br><br>11&gt;CommentsReport.cpp(344): error C2661: 'CXTPReportRow::InitRow' : no overloaded function takes 2 arguments<br>11&gt;CommentsReport.cpp(373): error C3861: '_RefreshIndexes': identifier not found<br>11&gt;CommentsReport.cpp(455): error C2661: 'CXTPReportRow::InitRow' : no overloaded function takes 2 arguments<br><br>11&gt;CommentsRow.cpp(115): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>11&gt;CommentsRow.cpp(163): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>11&gt;..\..\Common\ReportWindow.cpp(762): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br><br>11&gt;..\..\Common\ReportWindow.cpp(787): error C2664: 'CXTPReportPaintManager::DrawGrid' : cannot convert parameter 2 from 'int' to 'XTPReportOrientation'<br>11&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)<br>]]>
   </description>
   <pubDate>Fri, 19 Dec 2014 09:57:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22493&amp;PID=72996&amp;title=compile-errors-after-upgrading-to-16-4-0#72996</guid>
  </item> 
 </channel>
</rss>