<?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 : Assert error in debug when destructing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Assert error in debug when destructing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 18:18:26 +0000</pubDate>
  <lastBuildDate>Wed, 12 Sep 2012 12:26:38 +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=7457</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[Assert error in debug when destructing : I have just encountered this problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=68881&amp;title=assert-error-in-debug-when-destructing#68881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7">jwhagen</a><br /><strong>Subject:</strong> 7457<br /><strong>Posted:</strong> 12 September 2012 at 12:26pm<br /><br />I have just encountered this problem (Codejock Version 13). I can obtain the value of m_factoryList.m_pHead but don't know what to do next. How do I relate that value to the object that's causing the problem? I guess what I am really asking is how do I look up the value to know what object it's talking about?<DIV>&nbsp;</DIV><DIV>Sorry if it's a dumb question. I am self taught and still have lots to learn. <img src="http://forum.codejock.com/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" title="C&#111;nfused" /></DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>&nbsp;</DIV><DIV>John</DIV>]]>
   </description>
   <pubDate>Wed, 12 Sep 2012 12:26:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=68881&amp;title=assert-error-in-debug-when-destructing#68881</guid>
  </item> 
  <item>
   <title><![CDATA[Assert error in debug when destructing : Thank you. I&amp;#039;ll check it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=24204&amp;title=assert-error-in-debug-when-destructing#24204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3105">dbo7260</a><br /><strong>Subject:</strong> 7457<br /><strong>Posted:</strong> 04 July 2007 at 8:06pm<br /><br />Thank you.&nbsp; I'll check it out.]]>
   </description>
   <pubDate>Wed, 04 Jul 2007 20:06:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=24204&amp;title=assert-error-in-debug-when-destructing#24204</guid>
  </item> 
  <item>
   <title><![CDATA[Assert error in debug when destructing : Its mean you have some control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=23971&amp;title=assert-error-in-debug-when-destructing#23971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7457<br /><strong>Posted:</strong> 27 June 2007 at 12:46am<br /><br />Its mean you have some control that was not destroyed. Check what value has <FONT color=#cc3366>m_factoryList.m_pHead.</FONT>]]>
   </description>
   <pubDate>Wed, 27 Jun 2007 00:46:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=23971&amp;title=assert-error-in-debug-when-destructing#23971</guid>
  </item> 
  <item>
   <title><![CDATA[Assert error in debug when destructing : I&amp;#039;m building using the static...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=23962&amp;title=assert-error-in-debug-when-destructing#23962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3105">dbo7260</a><br /><strong>Subject:</strong> 7457<br /><strong>Posted:</strong> 26 June 2007 at 3:57pm<br /><br />I'm building using the static version (11.1) of the skin library and control library.&nbsp; Our application is somewhat complex manually getting controls from our control library in a separate DLL.&nbsp; The main application is a dialog based app, this is where I load up the skin.&nbsp; The application is metadata driven and the controls are dynamically drawn on the dialog, getting the controls (MFC or XTP) from this separate DLL.&nbsp; It's bombing on this code:<br><br>CXTThemeManager::~CXTThemeManager()<br>{<br>&nbsp;&nbsp;&nbsp; POSITION pos = m_mapDefaultFactories.GetStartPosition();<br>&nbsp;&nbsp;&nbsp; void* pThemeFactoryClass;<br>&nbsp;&nbsp;&nbsp; CXTThemeManagerStyleFactory* pFactory = 0;<br>&nbsp;&nbsp;&nbsp; while (pos)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_mapDefaultFactories.GetNextAssoc(pos, pThemeFactoryClass, (void *&amp;)pFactory);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SAFE_DELETE(pFactory);<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; <font color="#cc3366">ASSERT(m_factoryList.m_pHead == 0); // right here...</font><br>&nbsp;&nbsp;&nbsp; m_factoryList.RemoveAll();<br>}<br><br><br>Any help would be appreciated.<br><br>Dave<br><br><br>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 15:57:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7457&amp;PID=23962&amp;title=assert-error-in-debug-when-destructing#23962</guid>
  </item> 
 </channel>
</rss>