<?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 : WINVER relevance?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : WINVER relevance?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 21:05:13 +0000</pubDate>
  <lastBuildDate>Wed, 08 Jul 2009 03:59:00 +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=14697</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[WINVER relevance? : Hi,  Maybe you use some 3rd...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14697&amp;PID=50775&amp;title=winver-relevance#50775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14697<br /><strong>Posted:</strong> 08 July 2009 at 3:59am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Maybe you use some 3rd party library that has WIN32_WINNT &gt;= 0x0501.&nbsp;&nbsp; Anyway,&nbsp;find code in project that run it - MFC doesn't call it.</DIV>]]>
   </description>
   <pubDate>Wed, 08 Jul 2009 03:59:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14697&amp;PID=50775&amp;title=winver-relevance#50775</guid>
  </item> 
  <item>
   <title><![CDATA[WINVER relevance? : I usually set WINVER=0x0500 (and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14697&amp;PID=50734&amp;title=winver-relevance#50734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14697<br /><strong>Posted:</strong> 07 July 2009 at 3:14am<br /><br />I usually set WINVER=0x0500 (and _WIN32_WINNT=0x0500), since I seldom use XP+ features.<DIV>&nbsp;</DIV><DIV><strong>Does this guarantee that the code runs on Windows 2000?</strong></DIV><DIV>&nbsp;</DIV><DIV>At work, in a large project, WINVER was set to 0x0500 - everywhere. I checked stdafx.h, Project Settings etc. Later, when we ran the executable on Windows 2000 SP4, we found out that a kernel32 function was missing: TzSpecificLocalTimeToSystemTime.</DIV><DIV>&nbsp;</DIV><DIV>Looking through Winbase.h, it's clear that this function is indeed inside an #ifdef:</DIV><DIV>#if _WIN32_WINNT &gt;= 0x0501</DIV><DIV>&nbsp;&nbsp; ...</DIV><DIV>&nbsp;&nbsp; TzSpecificLocalTimeToSystemTime</DIV><DIV>&nbsp;&nbsp; ...</DIV><DIV>#endif // (_WIN32_WINNT &gt;= 0x0501)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>My question is: How is it possible that the compiler did not catch this? I guess an include-hell a la mfc + windows.h could yield this, but I really can't see where the error is. Have you seen anything like this?</DIV>]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 03:14:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14697&amp;PID=50734&amp;title=winver-relevance#50734</guid>
  </item> 
 </channel>
</rss>