<?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 : error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:52:29 +0000</pubDate>
  <lastBuildDate>Mon, 03 Nov 2008 04:25:54 +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=12577</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[error : Thanks Oleg. Jimmy  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42585&amp;title=error#42585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 03 November 2008 at 4:25am<br /><br />Thanks Oleg.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Mon, 03 Nov 2008 04:25:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42585&amp;title=error#42585</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hi,  You can use C style cast....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42543&amp;title=error#42543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 12:49pm<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>You can use C style cast. CXTPDockingPaneTabbedContainer always has only CXTPDockingPane:</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane* pSelected = (CXTPDockingPane*)pContainer-&gt;GetPanes().GetHead());</DIV><DIV>or if you need selected:</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane* pSelected = pContainer-&gt;GetSelected()</DIV>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 12:49:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42543&amp;title=error#42543</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hi Oleg,i see rtti is not activated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42532&amp;title=error#42532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 9:33am<br /><br />Hi Oleg,<br><br>i see rtti is not activated in Tookit DLL.<br>Think, this is the problem.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 09:33:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42532&amp;title=error#42532</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hi Oleg,After i add this, it will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42531&amp;title=error#42531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 9:21am<br /><br />Hi Oleg,<br><br>After i add this, it will be work.<br><br>class CExXTPDockingPane : public CXTPDockingPane<br>{<br>public:<br>&nbsp;&nbsp;&nbsp; CExXTPDockingPane(CXTPDockingPaneLayout* pLayout) : CXTPDockingPane(pLayout)<br>&nbsp;&nbsp;&nbsp; { }<br>};<br><br>class CExDockingPaneManager : public CXTPDockingPaneManager<br>{<br>public:<br>&nbsp;&nbsp;&nbsp; CXTPDockingPaneLayout *GetLayoutCurrent()&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; { return m_pLayout; }<br><br>&nbsp;&nbsp;&nbsp; virtual CXTPDockingPaneBase *OnCreatePane(XTPDockingPaneType type, CXTPDockingPaneLayout* pLayout)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (type == xtpPaneTypeDockingPane)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return new CExXTPDockingPane(pLayout);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return __super::OnCreatePane(type, pLayout);<br>&nbsp;&nbsp;&nbsp; }<br>};<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 09:21:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42531&amp;title=error#42531</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hi Oleg,CXTPDockingPaneTabbedContainer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42530&amp;title=error#42530</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 9:16am<br /><br />Hi Oleg,<br><br>CXTPDockingPaneTabbedContainer *GetParentContainer(CWnd* pParentWnd)<br>{<br>&nbsp;&nbsp;&nbsp; if (pParentWnd == NULL || pParentWnd-&gt;GetSafeHwnd() == NULL) // no Window attached<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return NULL;<br><br>&nbsp;&nbsp;&nbsp; while (pParentWnd != NULL)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPDockingPaneTabbedContainer *pContainer = DYNAMIC_DOWNCAST(CXTPDockingPaneTabbedContainer, pParentWnd);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pContainer)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return pContainer;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pParentWnd = pParentWnd-&gt;GetParent();<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; return NULL;<br>}<br><br>&nbsp; Jimmy<br><br><br>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 09:16:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42530&amp;title=error#42530</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hi, Show GetParentContainer code....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42526&amp;title=error#42526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 9:03am<br /><br /><P>Hi,</P><DIV>Show GetParentContainer code.</DIV>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 09:03:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42526&amp;title=error#42526</guid>
  </item> 
  <item>
   <title><![CDATA[error : Hello,i&amp;#039;ve follow code. C...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42524&amp;title=error#42524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12577<br /><strong>Posted:</strong> 31 October 2008 at 7:51am<br /><br />Hello,<br><br>i've follow code.<br>&nbsp;&nbsp;&nbsp; CXTPDockingPaneTabbedContainer* pContainer = GetParentContainer(pWnd);<br>&nbsp;&nbsp;&nbsp; if (pContainer &amp;&amp; pContainer-&gt;GetPanes().GetCount() &gt; 1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPDockingPane* pSelected = dynamic_cast&lt;CXTPDockingPane*&gt;(pContainer-&gt;GetPanes().GetHead());<br><br>after dynamic cast i get error<br>Eine Ausnahme (erste Chance) bei 0x10227827 (msvcr71d.dll) in Lasal2.exe: 0xC0000005: Zugriffsverletzung-Leseposition 0x00000004.<br>Eine Ausnahme (erste Chance) bei 0x7c812aeb (kernel32.dll) in Lasal2.exe: Microsoft C++ exception: __non_rtti_object @ 0x0012f20c.<br><br>Why ?<br>corrupt rtti info ?<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 07:51:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12577&amp;PID=42524&amp;title=error#42524</guid>
  </item> 
 </channel>
</rss>