<?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 : Changing signature of virtual functions breaks all</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Changing signature of virtual functions breaks all]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 09:10:16 +0000</pubDate>
  <lastBuildDate>Wed, 01 Aug 2012 19:51:04 +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=20010</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[Changing signature of virtual functions breaks all : HiWhen you guys change the signature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20010&amp;PID=68690&amp;title=changing-signature-of-virtual-functions-breaks-all#68690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 20010<br /><strong>Posted:</strong> 01 August 2012 at 7:51pm<br /><br />Hi<div><br></div><div>When you guys change the signature of a virtual, if we have overridden it, we don't get called any more. &nbsp;So changing the signature introduces a heap of bugs for us.</div><div><br></div><div>In CXTPPropertyGridItem, the prototype for OnValueChanged went from void OnValueChanged(CString strValue) to void OnValueChanged(const CString&amp; strValue).</div><div><br></div><div>Consequently any place where we over-rode custom property grid item objects for special cases, no longer work.</div><div><br></div><div>This is really really dangerous, and there should be a big warning somewhere about it.</div><div><br></div><div>The sort of bugs it creates are hard to find, and we don't expect to have to fully regression test everything on every CJ update.</div><div><br></div><div>C'mon guys help us out here.</div>]]>
   </description>
   <pubDate>Wed, 01 Aug 2012 19:51:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20010&amp;PID=68690&amp;title=changing-signature-of-virtual-functions-breaks-all#68690</guid>
  </item> 
 </channel>
</rss>