<?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 : CreateToolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CreateToolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 03:32:04 +0000</pubDate>
  <lastBuildDate>Sun, 12 Apr 2009 20:39: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=13965</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[CreateToolbar :  I traced the codes, it breaks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47804&amp;title=createtoolbar#47804</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4550">slowsail</a><br /><strong>Subject:</strong> 13965<br /><strong>Posted:</strong> 12 April 2009 at 8:39pm<br /><br />I traced the codes, it breaks here.<br><br><img src="uploads/20090412_203846_TraceResult.png" height="870" width="1440" border="0"><br><br>BTW: I use Extreme Toolkit pro 12.02.<br>]]>
   </description>
   <pubDate>Sun, 12 Apr 2009 20:39:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47804&amp;title=createtoolbar#47804</guid>
  </item> 
  <item>
   <title><![CDATA[CreateToolbar :  oleg,Thanks for your kindly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47747&amp;title=createtoolbar#47747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4550">slowsail</a><br /><strong>Subject:</strong> 13965<br /><strong>Posted:</strong> 10 April 2009 at 2:17am<br /><br />oleg,<br><br>Thanks for your kindly help. But it still crashes.<br><br>I also confirm that it's not problem of CXTPImageManager. Actually the crash is still there after I comment the following two line of codes,<br><br>///////////////////////////////////<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPImageManager*&nbsp; pImageManager = XTPImageManager();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pImageManager-&gt;SetIcons(IDR_MASKVIEW_BAR, IDB_MASKVIEW_BAR_FOR_ADAPTIVEMESH);<br>///////////////////////////////////<br><br>It seems that CreateToolBar() or LoadToolBar() generates the crash.]]>
   </description>
   <pubDate>Fri, 10 Apr 2009 02:17:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47747&amp;title=createtoolbar#47747</guid>
  </item> 
  <item>
   <title><![CDATA[CreateToolbar : Hi, Try in ExitInstance of your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47742&amp;title=createtoolbar#47742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13965<br /><strong>Posted:</strong> 10 April 2009 at 1:23am<br /><br />Hi,<DIV>Try in ExitInstance of your App of dll&nbsp; add CXTPPaintManager::Done() and XTPImageManager()-&gt;RemoveAl();</DIV>]]>
   </description>
   <pubDate>Fri, 10 Apr 2009 01:23:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47742&amp;title=createtoolbar#47742</guid>
  </item> 
  <item>
   <title><![CDATA[CreateToolbar : Hi,I create a toolbar in a view...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47734&amp;title=createtoolbar#47734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4550">slowsail</a><br /><strong>Subject:</strong> 13965<br /><strong>Posted:</strong> 09 April 2009 at 8:44pm<br /><br />Hi,<br><br>I create a toolbar in a view with the codes,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VERIFY(m_maskviewBar.CreateToolBar(WS_TABSTOP|WS_VISIBLE|WS_CHILD|CBRS_TOOLTIPS, this));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VERIFY(m_maskviewBar.LoadToolBar(IDR_MASKVIEW_BAR));<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPImageManager*&nbsp; pImageManager = XTPImageManager();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pImageManager-&gt;SetIcons(IDR_MASKVIEW_BAR, IDB_MASKVIEW_BAR_FOR_ADAPTIVEMESH);<br><br><br>And it's a dll project. The toolbar is generated properly<br><br><img src="uploads/20090409_204126_HexexpressoIc&#111;n.png" border="0"><br><br>But it crashes when I click OK or Cancel to quit the DLL. It says "0x00000014" memory is can not be "read"...<br><br>]]>
   </description>
   <pubDate>Thu, 09 Apr 2009 20:44:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13965&amp;PID=47734&amp;title=createtoolbar#47734</guid>
  </item> 
 </channel>
</rss>