<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 212: API change needed for x64 support (VS2008-2012 ?)</title><link>https://sourceforge.net/p/cppunit/bugs/212/</link><description>Recent changes to 212: API change needed for x64 support (VS2008-2012 ?)</description><atom:link href="https://sourceforge.net/p/cppunit/bugs/212/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 30 Nov 2013 19:38:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppunit/bugs/212/feed.rss" rel="self" type="application/rss+xml"/><item><title>#212 API change needed for x64 support (VS2008-2012 ?)</title><link>https://sourceforge.net/p/cppunit/bugs/212/?limit=25#86d2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Looking at Microsoft VS2010 source, this change is correct for x86/32 bit configurations as well.  Without verifying, my guess is that Microsoft made this API change prior to VS2010, which now breaks for 64 bit code. Cppunit code for these 2 APIs changed for 1.12.2 in revision 606/HBrydon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bitwise</dc:creator><pubDate>Sat, 30 Nov 2013 19:38:13 -0000</pubDate><guid>https://sourceforge.net7b8e53e44e5119d4a90ef814005dcef6bb58562d</guid></item><item><title>API change needed for x64 support (VS2008-2012 ?)</title><link>https://sourceforge.net/p/cppunit/bugs/212/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Per info at &lt;a href="http://stackoverflow.com/questions/15003043/how-to-build-cppunit-with-visual-studio-2012" rel="nofollow"&gt;http://stackoverflow.com/questions/15003043/how-to-build-cppunit-with-visual-studio-2012&lt;/a&gt; , 2 API changes should be made for 64 bit support.  Specifically:&lt;/p&gt;
&lt;p&gt;In the class cdxCDynamicDialog&lt;/p&gt;
&lt;p&gt;afx_msg void OnTimer(UINT nIDEvent);&lt;/p&gt;
&lt;p&gt;should become&lt;/p&gt;
&lt;p&gt;afx_msg void OnTimer(UINT_PTR nIDEvent);&lt;/p&gt;
&lt;p&gt;and in cdxCDynamicWnd&lt;/p&gt;
&lt;p&gt;void DoOnTimer(UINT nIDEvent);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;void DoOnTimer(UINT_PTR nIDEvent);&lt;/p&gt;
&lt;p&gt;This seems to be the case for at least VS2008 through VS2012 (unverified).  Reported for cppunit 1.12.2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bitwise</dc:creator><pubDate>Fri, 29 Nov 2013 16:48:44 -0000</pubDate><guid>https://sourceforge.neted2ddd0e147299c9fb3bc564385590bd4b051bbf</guid></item></channel></rss>