<?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 with VS 2005 Beta 2</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : compile errors with VS 2005 Beta 2]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 10:03:11 +0000</pubDate>
  <lastBuildDate>Mon, 20 Jun 2005 15:01:22 +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=2412</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 with VS 2005 Beta 2 : I loaded XTPToolkit_Lib_vc80.vcproj...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2412&amp;PID=7171&amp;title=compile-errors-with-vs-2005-beta-2#7171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 2412<br /><strong>Posted:</strong> 20 June 2005 at 3:01pm<br /><br />I loaded XTPToolkit_Lib_vc80.vcproj into Visual Studio 2005 Beta 2 andgot the following compiler errors.&nbsp; I aborted the build becausethere were so many errors in the first file.&nbsp; Looks to me like adefinition issue instead of code errors.&nbsp; Any ideas what'swrong?&nbsp; I'm running XP with SP2.<br><br><br><table width="99%"><tr><td><pre class="BBcode"><br>------ Build started: Project: XTPToolkit_Lib, Configuration: Debug Win32 ------<br>Compiling...<br>XTPReportView.cpp<br>&nbsp;WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(59) : error C2470:'CXTPReportRow' : looks like a function definition, but there is noparameter list; skipping apparent body<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(59) : error C2059: syntaxerror : 'public'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(566) : error C2653:'CXTPReportRow' : is not a class or namespace name<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(567) : error C2065:'m_nIndex' : undeclared identifier<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(570) : error C2653:'CXTPReportRow' : is not a class or namespace name<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(570) : error C2270:'GetRecord' : modifiers not allowed on nonmember functions<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(571) : error C2065:'m_pRecord' : undeclared identifier<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2143: syntaxerror : missing ';' before '*'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2433:'CXTPReportRow' : 'inline' not permitted on data declarations<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C4430: missingtype specifier - int assumed. Note: C++ does not support default-int<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2825:'CXTPReportRow': must be a class or namespace when followed by '::'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2039:'GetParentRow' : is not a member of '`global namespace''<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2146: syntaxerror : missing ';' before identifier 'GetParentRow'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C4430: missingtype specifier - int assumed. Note: C++ does not support default-int<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C2040:'CXTPReportRow' : 'int *' differs in levels of indirection from 'int'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(574) : error C4430: missingtype specifier - int assumed. Note: C++ does not support default-int<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(575) : error C2065:'m_pParentRow' : undeclared identifier<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2825:'CXTPReportRow': must be a class or namespace when followed by '::'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2039:'GetControl' : is not a member of '`global namespace''<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2146: syntaxerror : missing ';' before identifier 'GetControl'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2433:'CXTPReportRow' : 'inline' not permitted on data declarations<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2040:'CXTPReportRow' : 'CXTPReportControl *' differs in levels ofindirection from 'int'<br>c:\program files\codejock software\mfc\xtreme toolkit prov9.601\include\reportcontrol\xtpreportrow.h(578) : error C2270:'GetControl' : modifiers not allowed on nonmember functions<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Mon, 20 Jun 2005 15:01:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2412&amp;PID=7171&amp;title=compile-errors-with-vs-2005-beta-2#7171</guid>
  </item> 
 </channel>
</rss>