<?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 XTP 8 with VS2008 for W2K</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : compile XTP 8 with VS2008 for W2K]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 06:18:05 +0000</pubDate>
  <lastBuildDate>Wed, 02 Jul 2008 07:53: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=11282</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 XTP 8 with VS2008 for W2K :  Hi,I have compiled XTP 8 under...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11282&amp;PID=37711&amp;title=compile-xtp-8-with-vs2008-for-w2k#37711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3807">lion</a><br /><strong>Subject:</strong> 11282<br /><strong>Posted:</strong> 02 July 2008 at 7:53am<br /><br />Hi,<br><br>I have compiled XTP 8 under VS2008 running on Vista.<br>Using the resulting dll with our app works fine under Vista.<br><br>But under W2K it does not work.<br>Thats why I tried to compile XTP 8 with WINVER set to 0x500 (for W2K)<br>but then XTP 8 does NOT compile anymore. It throws errors like:<br><br><i>1&gt;C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\..\src\mfc\afximpl.h(629) : error C2059: Syntaxfehler: '&lt;L_TYPE_raw&gt;'<br>1&gt;C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\..\src\mfc\afximpl.h(629) : error C2238: Unerwartete(s) Token vor ';'<br></i><br>Does anyone have an idea what I can do to get XTP 8 to run on W2K after compiling with VS2008 ?<br><br>Cheers<br>Bjoern<br><br>-----------------------------------------------<br>well, this is what I have found out so far:<br>I added the following to the "StdAfx.h" file:<br><br>#define _MFC_VER 0x800<br>#if _MFC_VER &gt;= 0x800<br>&nbsp;&nbsp;&nbsp; #define WINVER 0x500<br>&nbsp;&nbsp;&nbsp; #define _WIN32_WINNT 0x500<br>&nbsp;&nbsp;&nbsp; #define _WIN32_WINDOWS 0x500<br>&nbsp;&nbsp;&nbsp; #define _WIN32_IE 0x500<br>&nbsp;&nbsp;&nbsp; #define USE_STD_STREAM<br>&nbsp;&nbsp;&nbsp; #define HRAWINPUT DWORD<br>&nbsp;&nbsp;&nbsp; #include&lt;Vsstyle.h&gt;<br>#endif <br><br>this way I managed to compile xtp 8 under vs2008 and make it work under w2k.]]>
   </description>
   <pubDate>Wed, 02 Jul 2008 07:53:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11282&amp;PID=37711&amp;title=compile-xtp-8-with-vs2008-for-w2k#37711</guid>
  </item> 
 </channel>
</rss>