<?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 : App crashes while closing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : App crashes while closing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 15:17:46 +0000</pubDate>
  <lastBuildDate>Wed, 25 Oct 2006 06:02:37 +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=5355</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[App crashes while closing : Thank you for your quick reply! ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16791&amp;title=app-crashes-while-closing#16791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2439">SunMarc</a><br /><strong>Subject:</strong> 5355<br /><strong>Posted:</strong> 25 October 2006 at 6:02am<br /><br />Thank you for your quick reply!<br><img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Wed, 25 Oct 2006 06:02:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16791&amp;title=app-crashes-while-closing#16791</guid>
  </item> 
  <item>
   <title><![CDATA[App crashes while closing : Hello, See Workspace/ToolkitPro/ToolkitPro.cpp....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16790&amp;title=app-crashes-while-closing#16790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5355<br /><strong>Posted:</strong> 25 October 2006 at 6:00am<br /><br />Hello,<DIV>See Workspace/ToolkitPro/ToolkitPro.cpp. add for your dll</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;if (dwReason == DLL_PROCESS_DETACH)</DIV><DIV>CXTPWinThemeWrapper::m_bDllDetached = TRUE;<BR></DIV>]]>
   </description>
   <pubDate>Wed, 25 Oct 2006 06:00:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16790&amp;title=app-crashes-while-closing#16790</guid>
  </item> 
  <item>
   <title><![CDATA[App crashes while closing : Hello,I&amp;#039;m using XTP in a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16789&amp;title=app-crashes-while-closing#16789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2439">SunMarc</a><br /><strong>Subject:</strong> 5355<br /><strong>Posted:</strong> 25 October 2006 at 5:25am<br /><br />Hello,<br><br>I'm using XTP in a DLL and my App crashes while closing in CXTPWinThemeWrapper line 106 :<br><br>void CXTPWinThemeWrapper::CloseThemeData()<br>{<br>&nbsp;&nbsp;&nbsp; if (m_hTheme &amp;&amp; !m_bDllDetached)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRY_POINTER_CALL(CloseThemeData)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POINTER_CALL(m_hTheme);&nbsp; <font color="#990033">&lt;== here</font><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CATCH_POINTER_CALL()<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; m_hTheme = NULL;<br>}<br><br><br>My call stack :<br><br>&gt;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTPWinThemeWrapper::CloseThemeData()&nbsp; Ligne 106 + 0xc octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTPWinThemeWrapper::~CXTPWinThemeWrapper()&nbsp; Ligne 82&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTButtonTheme::~CXTButtonTheme()&nbsp; Ligne 55 + 0xb octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTButtonTheme::`scalar deleting destructor'()&nbsp; + 0x2b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTThemeManagerStyleFactory::~CXTThemeManagerStyleFactory()&nbsp; Ligne 126 + 0x40 octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTButtonThemeFactory::~CXTButtonThemeFactory()&nbsp; + 0x2b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTButtonThemeFactory::`scalar deleting destructor'()&nbsp; + 0x2b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTThemeManager::~CXTThemeManager()&nbsp; Ligne 314 + 0x3b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CXTThemeManager::`scalar deleting destructor'()&nbsp; + 0x2b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CProcessLocalObject::~CProcessLocalObject()&nbsp; Ligne 477 + 0x28 octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!CProcessLocal&lt;CXTThemeManager&gt;::~CProcessLocal&lt;CXTThemeManager&gt;()&nbsp; + 0x2b octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!`dynamic atexit destructor for 'CXTThemeManager::m_sThemeManager''()&nbsp; + 0x28 octets&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!doexit(int code=0, int quick=0, int retcaller=1)&nbsp; Ligne 553&nbsp;&nbsp;&nbsp; C<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!_cexit()&nbsp; Ligne 413 + 0xb octets&nbsp;&nbsp;&nbsp; C<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!_CRT_INIT(void * hDllHandle=0x10000000, unsigned long dwReason=0, void * lpreserved=0x00000001)&nbsp; Ligne 215&nbsp;&nbsp;&nbsp; C<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!__DllMainCRTStartup(void * hDllHandle=0x10000000, unsigned long dwReason=0, void * lpreserved=0x00000001)&nbsp; Ligne 387 + 0x11 octets&nbsp;&nbsp;&nbsp; C<br>&nbsp;&nbsp;&nbsp;&nbsp; EffectManager.dll!_DllMainCRTStartup(void * hDllHandle=0x10000000, unsigned long dwReason=0, void * lpreserved=0x00000001)&nbsp; Ligne 328 + 0x11 octets&nbsp;&nbsp;&nbsp; C<br><br><br>Please help...<br><br><br><br><br>]]>
   </description>
   <pubDate>Wed, 25 Oct 2006 05:25:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5355&amp;PID=16789&amp;title=app-crashes-while-closing#16789</guid>
  </item> 
 </channel>
</rss>