<?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 : CXTPTaskDialog - Windows XP issues</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTaskDialog - Windows XP issues]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 14:00:10 +0000</pubDate>
  <lastBuildDate>Sat, 19 May 2018 03:51:53 +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=23563</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[CXTPTaskDialog - Windows XP issues : Unfortunately we haven&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76807&amp;title=cxtptaskdialog-windows-xp-issues#76807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23563<br /><strong>Posted:</strong> 19 May 2018 at 3:51am<br /><br />Unfortunately we haven't found better solution.]]>
   </description>
   <pubDate>Sat, 19 May 2018 03:51:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76807&amp;title=cxtptaskdialog-windows-xp-issues#76807</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog - Windows XP issues : &amp;gt;I think we will find better...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76806&amp;title=cxtptaskdialog-windows-xp-issues#76806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23563<br /><strong>Posted:</strong> 18 May 2018 at 5:40pm<br /><br />&gt;&nbsp;I think we will find better solution for next release.<div><br></div><div>Was a better solution found in time for the v18.4 release?<br><br></div>]]>
   </description>
   <pubDate>Fri, 18 May 2018 17:40:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76806&amp;title=cxtptaskdialog-windows-xp-issues#76806</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog - Windows XP issues : Hello Chris,I found exact revision...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76760&amp;title=cxtptaskdialog-windows-xp-issues#76760</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23563<br /><strong>Posted:</strong> 18 April 2018 at 10:32am<br /><br /><div>Hello Chris,</div><div><br></div><div>I found exact revision which introduce issue. As workaround you can modified file Source/Common/XTPDLLExports.h and rebuild library</div><div><br></div><div>instead of lines<table width="99%"><tr><td><pre class="BBcode">&nbsp; #if _MSC_VER &gt; 1200&nbsp;</div><div>&nbsp; #include &lt;sdkddkver.h&gt;</div><div>&nbsp; #endif</pre></td></tr></table></div><div><br></div><div>use old definitions:<table width="99%"><tr><td><pre class="BBcode">&nbsp; #if _MSC_VER &gt; 1200</div><div>&nbsp; &nbsp;// Modify the following defines if you have to target a platform prior to the ones specified below.</div><div>&nbsp; // Refer to MSDN for the latest info on corresponding values for different platforms.</div><div>&nbsp; #ifndef WINVER&nbsp; &nbsp; &nbsp; &nbsp;// Allow use of features specific to Windows 95 and Windows NT 4 or later.</div><div>&nbsp; #if _MSC_VER &gt;= 1800</div><div>&nbsp; #define WINVER 0x0502</div><div>&nbsp; #elif _MSC_VER &gt; 1500</div><div>&nbsp; #define WINVER 0x0500</div><div>&nbsp; #else</div><div>&nbsp; #define WINVER 0x0400&nbsp; &nbsp; // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.</div><div>&nbsp; #endif</div><div>&nbsp; #endif</div><div>&nbsp;&nbsp;</div><div>&nbsp; #ifndef _WIN32_WINNT&nbsp; &nbsp; // Allow use of features specific to Windows NT 4 or later.</div><div>&nbsp; #if _MSC_VER &gt;= 1800</div><div>&nbsp; #define _WIN32_WINNT 0x0502</div><div>&nbsp; #elif _MSC_VER &gt; 1500</div><div>&nbsp; #define _WIN32_WINNT 0x0500</div><div>&nbsp; #else</div><div>&nbsp; #define _WIN32_WINNT 0x0400&nbsp; &nbsp;// Change this to the appropriate value to target Windows 98 and Windows 2000 or later.</div><div>&nbsp; #endif</div><div>&nbsp; #endif</div><div>&nbsp;&nbsp;</div><div>&nbsp; #ifndef _WIN32_WINDOWS&nbsp; &nbsp;// Allow use of features specific to Windows 98 or later.</div><div>&nbsp; #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.</div><div>&nbsp; #endif</div><div>&nbsp;&nbsp;</div><div>&nbsp; #ifndef _WIN32_IE&nbsp; &nbsp; &nbsp; // Allow use of features specific to IE 4.0 or later.</div><div>&nbsp; #if _MSC_VER &gt;= 1800</div><div>&nbsp; #define _WIN32_IE 0x0603</div><div>&nbsp; #else</div><div>&nbsp; #define _WIN32_IE 0x0500&nbsp; // Change this to the appropriate value to target IE 5.0 or later.</div><div>&nbsp; #endif</div><div>&nbsp; #endif</div><div>&nbsp;&nbsp;</div><div>&nbsp; #endif</pre></td></tr></table></div><div>I think we will find better solution for next release.</div><div><br></div><div>Regards,</div><div>Oleksandr Lebed</div>]]>
   </description>
   <pubDate>Wed, 18 Apr 2018 10:32:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76760&amp;title=cxtptaskdialog-windows-xp-issues#76760</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog - Windows XP issues : Hello All,I hope this is the correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76578&amp;title=cxtptaskdialog-windows-xp-issues#76578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6605">ChrisBamford</a><br /><strong>Subject:</strong> 23563<br /><strong>Posted:</strong> 08 February 2018 at 12:36pm<br /><br /><div>Hello All,</div><div><br></div><div>I hope this is the correct forum, my apologies if it is not.</div><div><br></div><div>We have recently upgraded to v18.3 of CodeJock from v16.3 to improve DPI support on Windows 10. This has been achieved.</div><div><br></div><div>However, when using CXTPTaskDialog on Windows XP 32 bit we are experiencing an issue where DoModal(FALSE) or DoModal() of an CXTPTaskDialog is causing application hangs. Obviously we need to be calling DoModal(FALSE) to not use CommCtl but either call will fail.</div><div><br></div><div>If I put the old Xtreme toolkit library back in place (v16.3) the DoModal(FALSE) calls work fine and messages are shown as expected.</div><div><br></div><div>Environment is:</div><div>- Visual Studio 2012 Version 11.0.61030.00 Update 4<br></div><div>- Xtreme Toolkit Pro for Visual C++&nbsp;&nbsp; 18.3<br></div><div>- Platform Toolset is&nbsp;Visual Studio 2012 - Windows XP&nbsp;</div><div><br></div><div>I am having difficulty finding documentation to aid fault finding, is there an article I can read or a sample to look at ? The v18.3 sample when built as static release does not run on Windows XP even when using the v110_xp platform toolset.</div><div><br></div><div>Please help.</div><div><br></div><div>Many thanks.</div><div><br></div><div>Chris</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 08 Feb 2018 12:36:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23563&amp;PID=76578&amp;title=cxtptaskdialog-windows-xp-issues#76578</guid>
  </item> 
 </channel>
</rss>