<?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 : Issue after upgrade of toolkit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Issue after upgrade of toolkit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 01:40:36 +0000</pubDate>
  <lastBuildDate>Thu, 30 Jan 2025 08:49:15 +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=24543</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[Issue after upgrade of toolkit : Confirmed, this was the issue....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79125&amp;title=issue-after-upgrade-of-toolkit#79125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3031">upeters</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 30 January 2025 at 8:49am<br /><br />Confirmed, this was the issue. Thank you again for this very helpful hint.<div><br></div><div>-Ulrich</div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 08:49:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79125&amp;title=issue-after-upgrade-of-toolkit#79125</guid>
  </item> 
  <item>
   <title><![CDATA[Issue after upgrade of toolkit : Right, found it! Thank you for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79124&amp;title=issue-after-upgrade-of-toolkit#79124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3031">upeters</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 30 January 2025 at 7:38am<br /><br />Right, found it! Thank you for this, I'll check and see if this helps.<div><div><br></div><div>-Ulrich</div></div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 07:38:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79124&amp;title=issue-after-upgrade-of-toolkit#79124</guid>
  </item> 
  <item>
   <title><![CDATA[Issue after upgrade of toolkit : I think that you have to go further...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79123&amp;title=issue-after-upgrade-of-toolkit#79123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 30 January 2025 at 7:34am<br /><br />I think that you have to go further back.<div>Try searching for CWinApp to get you to your application start object, and replace all occurrences with CXTPWinApp.</div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 07:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79123&amp;title=issue-after-upgrade-of-toolkit#79123</guid>
  </item> 
  <item>
   <title><![CDATA[Issue after upgrade of toolkit : Hello, thank your for the reply.From...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79122&amp;title=issue-after-upgrade-of-toolkit#79122</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3031">upeters</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 30 January 2025 at 7:29am<br /><br />Hello, thank your for the reply.<div>From what I see, the application derives from&nbsp;CXTPFrameWnd.</div><div><br></div><div>-Ulrich</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 07:29:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79122&amp;title=issue-after-upgrade-of-toolkit#79122</guid>
  </item> 
  <item>
   <title><![CDATA[Issue after upgrade of toolkit : Just some experiences I have had...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79121&amp;title=issue-after-upgrade-of-toolkit#79121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 30 January 2025 at 7:13am<br /><br />Just some experiences I have had with COM and the new XTToolkit.<div><br></div><div>Some parts of XTToolKit uses COM objects; examples I found are the XML and Markup parser.</div><div>For making it "simpler" for us XTToolkit included COM initialization to the CXTPWinApp class.</div><div><br></div><div>However that can cause other problems. This means, that if you have something like AfxOleInit() or CoInitialize(NULL) in your CXTPWinApp InitInstance method you will also get an error.</div><div><br></div><div>On the other hand if you don't derive from CXTPWinApp and uses some parts of the XTToolkit that uses COM you will get an error like the one you have.</div><div><br></div><div>So try to change your CWinApp to CXTPWinApp and see if the problem is solved.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 07:13:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79121&amp;title=issue-after-upgrade-of-toolkit#79121</guid>
  </item> 
  <item>
   <title><![CDATA[Issue after upgrade of toolkit : Hello,I have an application which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79119&amp;title=issue-after-upgrade-of-toolkit#79119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3031">upeters</a><br /><strong>Subject:</strong> 24543<br /><strong>Posted:</strong> 29 January 2025 at 10:27am<br /><br />Hello,<div><br></div><div>I have an application which was used with Toolkit 13.4.0 without any known issues. Now I am linking the same source with the current version (24.0.0.0) and I get this error when the application is executed:</div><div><br></div><div><img src="uploads/3031/SCRN-2025-01-29-03.png" height="279" width="423" border="0" /><br></div><div></div><div><br></div><div>This happens when I access a specific tab of a CXTResizePropertyPage. So far, I couldn't make much sense of this.</div><div><br>Can somebody please give a hint where to look? Thank you.</div>]]>
   </description>
   <pubDate>Wed, 29 Jan 2025 10:27:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24543&amp;PID=79119&amp;title=issue-after-upgrade-of-toolkit#79119</guid>
  </item> 
 </channel>
</rss>