<?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 : CXTPResizeDialog missing constructors</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : CXTPResizeDialog missing constructors]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:09:32 +0000</pubDate>
  <lastBuildDate>Thu, 02 Apr 2020 01:45:10 +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=23971</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[CXTPResizeDialog missing constructors : I filed this as a bug and got...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77653&amp;title=cxtpresizedialog-missing-constructors#77653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23971<br /><strong>Posted:</strong> 02 April 2020 at 1:45am<br /><br />I filed this as a bug and got an answer about a week ago it has been fixed and will be available in the next release and to use my workaround (similar to yours) until then.]]>
   </description>
   <pubDate>Thu, 02 Apr 2020 01:45:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77653&amp;title=cxtpresizedialog-missing-constructors#77653</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPResizeDialog missing constructors : This also results in declarations...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77651&amp;title=cxtpresizedialog-missing-constructors#77651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2857">lviolette</a><br /><strong>Subject:</strong> 23971<br /><strong>Posted:</strong> 30 March 2020 at 9:29pm<br /><br /><div>This also results in declarations like this to fail to compile:</div><div>typedef CXTPDialogBase&lt;CDialog&gt; CDialogBase;<br>class CNonResizeableDlg : public <span style="display: inline !imant; : n&#111;ne; : rgb255, 255, 255; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">CDialogBase</span><br>{<br>&nbsp;...</div><div>}</div><div><br>4&gt;d:\proj\legacy\code\external\codejock\source\commandbars\xtpdialogbase.h(78): error C2661: 'CDialog::CDialog': no overloaded function takes 3 arguments</div><div><br></div><div>So are we not supposed to use CXTPDialogBase like this anymore?&nbsp; The addition of those constructors in CXTPDialogBase is causing lots of problems like this, making me think we're supposed to do things differently now.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 30 Mar 2020 21:29:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77651&amp;title=cxtpresizedialog-missing-constructors#77651</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPResizeDialog missing constructors : For me, the workaround is to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77650&amp;title=cxtpresizedialog-missing-constructors#77650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2857">lviolette</a><br /><strong>Subject:</strong> 23971<br /><strong>Posted:</strong> 30 March 2020 at 8:43pm<br /><br /><div>For me, the workaround is to add the constructors to CXTPResizeDialog:</div><div><br></div><div>template&lt;class TBase&gt;<br>class CXTPDialogBase : public TBase<br>{<br>public:<br>...</div><div><br></div><div>#&nbsp;if (_MSC_VER &gt; 1200)<br>&nbsp;CXTPResizeDialog(UINT nIDTemplate, UINT nHtmlResID = 0, CWnd* pParentWnd = NULL){}<br></div><div>&nbsp;CXTPResizeDialog(LPCTSTR lpszTemplateName, LPCTSTR szHtmlResID, CWnd* pParentWnd = NULL){}<br>#&nbsp;endif<br><br></div><div>...</div><div>};</div><div><br></div><div>Please advise...</div>]]>
   </description>
   <pubDate>Mon, 30 Mar 2020 20:43:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77650&amp;title=cxtpresizedialog-missing-constructors#77650</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPResizeDialog missing constructors : I have found that CXTPDialogBase...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77649&amp;title=cxtpresizedialog-missing-constructors#77649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2857">lviolette</a><br /><strong>Subject:</strong> 23971<br /><strong>Posted:</strong> 30 March 2020 at 8:38pm<br /><br /><div>I have found that CXTPDialogBase is attempting to reference non-existent code in CXTPResizeDialog.</div><div><br>Case in point.&nbsp; In CodeJock 19.1.0, you'll see the following in CXTPDialogBase:</div><div><br></div><div>#&nbsp;if (_MSC_VER &gt; 1200)<br>&nbsp;//&lt;combine CXTPDialogBase::CXTPDialogBase&gt;<br>&nbsp;CXTPDialogBase(UINT nIDTemplate, UINT nHtmlResID = 0, CWnd* pParentWnd = NULL)<br>&nbsp;&nbsp;: TBase(nIDTemplate, nHtmlResID, pParentWnd)<br>&nbsp;{<br>&nbsp;&nbsp;m_pCommandBars = 0;<br>&nbsp;}</div><div>&nbsp;//&lt;combine CXTPDialogBase::CXTPDialogBase&gt;<br>&nbsp;CXTPDialogBase(LPCTSTR lpszTemplateName, LPCTSTR szHtmlResID, CWnd* pParentWnd = NULL)<br>&nbsp;&nbsp;: TBase(lpszTemplateName, szHtmlResID, pParentWnd)<br>&nbsp;{<br>&nbsp;&nbsp;m_pCommandBars = 0;<br>&nbsp;}<br>#&nbsp;endif<br><br></div><div><br></div><div>If you have a declaration like this:<br>#define CDialogSampleDlgBase CXTPDialogBase&lt;CXTPResizeDialog&gt;<br><br></div><div>TBase is actually CXTPResizeDialog.</div><div>CXTPResizeDialog doesn't define the constructors being called here:</div><div><br></div><div>You can reproduce this by modifying DialogSample.</div><div><br></div><div><span style="display: inline !imant; : n&#111;ne; : rgb255, 255, 255; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">#define CDialogSampleDlgBase CXTPDialogBase&lt;CXTPResizeDialog&gt;</span><br style="color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">class CDialogSampleDlg : public CDialogSampleDlgBase<br>{<br>&nbsp;// Construction<br>public:<br>&nbsp;CDialogSampleDlg(LPCTSTR lpszTemplateName, LPCTSTR szHtmlResID, CWnd* pParentWnd = NULL)<br>&nbsp;: CDialogSampleDlgBase(lpszTemplateName, szHtmlResID, pParentWnd)<br>&nbsp;{<br>&nbsp;}<br><br></div><div><br></div><div>You'll get a compiler error due to CXTPResizeDialog not containing constructors that are being called from CXTPDialogBase</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 30 Mar 2020 20:38:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23971&amp;PID=77649&amp;title=cxtpresizedialog-missing-constructors#77649</guid>
  </item> 
 </channel>
</rss>