<?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 Crash on Exit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : App Crash on Exit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 08:30:12 +0000</pubDate>
  <lastBuildDate>Mon, 06 Mar 2017 06:04:45 +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=23277</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 Crash on Exit :   evoX wrote:I think it will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75595&amp;title=app-crash-on-exit#75595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23277<br /><strong>Posted:</strong> 06 March 2017 at 6:04am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by evoX" alt="Originally posted by evoX" style="vertical-align: text-bottom;" /> <strong>evoX wrote:</strong><br /><br />I think it will be better if the GetImage function from ToolkitPro to include the AddRef automatically.</td></tr></table><div><br></div><div>I agree - because how do you know when you have to call InternalAddRef and when not? The documentation doesn't say anything about it.</div>]]>
   </description>
   <pubDate>Mon, 06 Mar 2017 06:04:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75595&amp;title=app-crash-on-exit#75595</guid>
  </item> 
  <item>
   <title><![CDATA[App Crash on Exit : I think it will be better if the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75589&amp;title=app-crash-on-exit#75589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 23277<br /><strong>Posted:</strong> 03 March 2017 at 12:24pm<br /><br />I think it will be better if the GetImage function from ToolkitPro to include the AddRef automatically.]]>
   </description>
   <pubDate>Fri, 03 Mar 2017 12:24:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75589&amp;title=app-crash-on-exit#75589</guid>
  </item> 
  <item>
   <title><![CDATA[App Crash on Exit : Thanks! I will try that. I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75588&amp;title=app-crash-on-exit#75588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 23277<br /><strong>Posted:</strong> 03 March 2017 at 12:23pm<br /><br />Thanks! I will try that. I have to change it many places.]]>
   </description>
   <pubDate>Fri, 03 Mar 2017 12:23:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75588&amp;title=app-crash-on-exit#75588</guid>
  </item> 
  <item>
   <title><![CDATA[App Crash on Exit : Hello evoX,I think you should...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75584&amp;title=app-crash-on-exit#75584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23277<br /><strong>Posted:</strong> 03 March 2017 at 9:00am<br /><br />Hello evoX,<br><br>I think you should increase reference counter of&nbsp;<span style="line-height: 16.8px;">CXTPImageManagerIcon,&nbsp;</span><span style="line-height: 1.4;">instead of <table width="99%"><tr><td><pre class="BBcode">m_btnSettings.SetIcon(CSize(24, 24), XTPImageManager()-&gt;GetImage(IDC_BUTTON_SETTINGS, 24));</pre></td></tr></table></span><span style="line-height: 1.4;">use <table width="99%"><tr><td><pre class="BBcode">CXTPImageManagerIcon* pIcon = XTPImageManager()-&gt;GetImage(IDC_BUTTON_SETTINGS, 24);</span><div><font color="#00cc00"><b>pIcon-&gt;InternalAddRef();</b></font></div><div>m_btnSettings.SetIcon(CSize(24, 24), pIcon);</div><div></pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed</div>]]>
   </description>
   <pubDate>Fri, 03 Mar 2017 09:00:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75584&amp;title=app-crash-on-exit#75584</guid>
  </item> 
  <item>
   <title><![CDATA[App Crash on Exit : It always crashes in this line...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75581&amp;title=app-crash-on-exit#75581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 23277<br /><strong>Posted:</strong> 03 March 2017 at 4:49am<br /><br />It always crashes in this line when I exit the app.<div><br></div><div>file: XTPImageManager.cpp</div><div><br></div><div>void CXTPImageManagerIconHandle::Clear()</div><div>{</div><div>&nbsp; &nbsp;...</div><div>&nbsp; &nbsp;m_pRInfo-&gt;pResource-&gt;Clear(m_pRInfo); &nbsp;// Crashes here</div><div>&nbsp; &nbsp;...</div><div>}</div><div><br></div><div><br></div><div>What can cause this?</div>]]>
   </description>
   <pubDate>Fri, 03 Mar 2017 04:49:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23277&amp;PID=75581&amp;title=app-crash-on-exit#75581</guid>
  </item> 
 </channel>
</rss>