<?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 : Memory Leak Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Memory Leak Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 07:08:17 +0000</pubDate>
  <lastBuildDate>Fri, 11 Nov 2011 10:36: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=7145</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[Memory Leak Problem : I got the same msg - &amp;#034;memory...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=66804&amp;title=memory-leak-problem#66804</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6029">zhuhuaizhong</a><br /><strong>Subject:</strong> 7145<br /><strong>Posted:</strong> 11 November 2011 at 10:36am<br /><br />I got the same msg &nbsp;- "memory leaks" , but in the "Ribble Sample" , the "<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><strong><em>new CXTPControlGallery();&nbsp;</em></strong></span>" works well ! . It' s&nbsp;amazing.]]>
   </description>
   <pubDate>Fri, 11 Nov 2011 10:36:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=66804&amp;title=memory-leak-problem#66804</guid>
  </item> 
  <item>
   <title><![CDATA[Memory Leak Problem : Change this line to  CXTPControlGallery*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=22921&amp;title=memory-leak-problem#22921</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7145<br /><strong>Posted:</strong> 16 May 2007 at 5:52am<br /><br /><P>Change this line to </P><DIV><strong><EM>CXTPControlGallery* pControlMethod ;</EM></strong></DIV>]]>
   </description>
   <pubDate>Wed, 16 May 2007 05:52:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=22921&amp;title=memory-leak-problem#22921</guid>
  </item> 
  <item>
   <title><![CDATA[Memory Leak Problem : Hi,  I added InternalRelease(),...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=22908&amp;title=memory-leak-problem#22908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2888">sand1212</a><br /><strong>Subject:</strong> 7145<br /><strong>Posted:</strong> 16 May 2007 at 1:30am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>I added InternalRelease(), but when I close the app it occurs access violation.</DIV><DIV>&nbsp;</DIV><DIV>Message :</DIV><DIV>Detected memory leaks!<BR>Dumping objects -&gt;<BR>strcore.cpp(118) : {18397} normal block at 0x02F41C70, 34 bytes long.<BR>&nbsp;Data: &lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; u s &gt; 01 00 00 00 0A 00 00 00 0A 00 00 00 75 00 73 00 <BR>C:\Documents and Settings\OnFoot\My Documents\Visual Studio 2005\Projects\EOEIS\MainFrm.cpp(975) : {18396} client block at 0x02F41A08, subtype 0, 556 bytes long.<BR>a CXTPControlGallery object at $02F41A08, 556 bytes long<BR>Object dump complete.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Soucrce Code:</DIV><DIV>&nbsp;</DIV><DIV>CXTPRibbonTab* pTabHome = pRibbonBar-&gt;AddTab(IDS_TAB_HOME);<BR>&nbsp;<BR>&nbsp;<strong><EM>CXTPControlGallery* pControlMethod = new CXTPControlGallery(); &lt;== this line.<BR></EM></strong>&nbsp;CXTPRibbonGroup* pGroupStyles = pTabHome-&gt;AddGroup(ID_METHOD_SELECT_LIST);</DIV><P>&nbsp;pControlMethod = (CXTPControlGallery*)pGroupStyles-&gt;Add(new CXTPControlGallery(), ID_METHOD_SELECT_LIST);&nbsp;<BR>&nbsp;pControlMethod-&gt;SetControlSize(CSize(408, 60)); //235<BR>&nbsp;pControlMethod-&gt;SetItemsMargin(0, 1, 0, 1);<BR>&nbsp;pControlMethod-&gt;ShowLabels(FALSE);<BR>&nbsp;pControlMethod-&gt;ShowBorders(TRUE);<BR>&nbsp;pControlMethod-&gt;SetItems(m_pItemsStyles);</P><P>&nbsp;CMenu menuQuickStyles;<BR>&nbsp;menuQuickStyles.LoadMenu(IDR_METHOD_SELECT);<BR>&nbsp;<BR>&nbsp;CXTPPopupBar* pPopupBar = CXTPPopupBar::CreatePopupBar(GetCommandBars());<BR>&nbsp;pPopupBar-&gt;LoadMenu(menuQuickStyles.GetSubMenu(0));</P><P>&nbsp;pControlMethod-&gt;SetCommandBar(pPopupBar);<BR>&nbsp;pPopupBar-&gt;EnableAnimation();<BR>&nbsp;pPopupBar-&gt;InternalRelease();</P>]]>
   </description>
   <pubDate>Wed, 16 May 2007 01:30:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7145&amp;PID=22908&amp;title=memory-leak-problem#22908</guid>
  </item> 
 </channel>
</rss>