<?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 : Using DockingPanes in VC6</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Using DockingPanes in VC6]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 06:59:14 +0000</pubDate>
  <lastBuildDate>Tue, 24 May 2011 14:19:00 +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=18282</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[Using DockingPanes in VC6 : Ok I bought the upgrade and as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64560&amp;title=using-dockingpanes-in-vc6#64560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6756">OptJuan</a><br /><strong>Subject:</strong> 18282<br /><strong>Posted:</strong> 24 May 2011 at 2:19pm<br /><br />Ok I bought the upgrade and as I feared It won't compile in member calls .H files. I need information. I have to email support for this?]]>
   </description>
   <pubDate>Tue, 24 May 2011 14:19:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64560&amp;title=using-dockingpanes-in-vc6#64560</guid>
  </item> 
  <item>
   <title><![CDATA[Using DockingPanes in VC6 : Odd indeed, it&amp;#039;s even more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64228&amp;title=using-dockingpanes-in-vc6#64228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6756">OptJuan</a><br /><strong>Subject:</strong> 18282<br /><strong>Posted:</strong> 05 May 2011 at 4:11pm<br /><br />Odd indeed, it's even more since I only replace the #import from 9.81 to the demo 15.0.2.<br><br>CustomFilter.obj : error LNK2001: unresolved external symbol "public: short __thiscall XtremeDockingPane::IPane::GetHidden(void)" (?GetHidden@IPane@XtremeDockingPane@@QAEFXZ)<br>Filter.obj : error LNK2001: unresolved external symbol "public: short __thiscall XtremeDockingPane::IPane::GetHidden(void)" (?GetHidden@IPane@XtremeDockingPane@@QAEFXZ)<br><br>My code is something like this (a .H file): <br><br>template&lt;class T, class TCtrl&gt;<br>class ICustomPaneImpl : public ICustomPane<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp;&nbsp; virtual ECustomPaneMode GetPaneMode()<br>&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; if(!m_bInitialized) return epmClosed;<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; if(m_pPaneContainer-&gt;Closed == VARIANT_TRUE) return epmClosed;<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; if(m_pPaneContainer-&gt;Hidden == VARIANT_TRUE) return epmLoose;<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; return epmDocked;<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp; ...<br><br>Apparently using Hidden, Closed or any other member in the template class makes the compiler unhappy. In another projects it works only when I'm calling the members in .cpp files.<br><br>I don't have idea what's going on, maybe you can point me what to look for. All I've changed is the #import, and it was all working with the 9.81 version.<br>]]>
   </description>
   <pubDate>Thu, 05 May 2011 16:11:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64228&amp;title=using-dockingpanes-in-vc6#64228</guid>
  </item> 
  <item>
   <title><![CDATA[Using DockingPanes in VC6 : too odd. at least show full error...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64155&amp;title=using-dockingpanes-in-vc6#64155</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18282<br /><strong>Posted:</strong> 03 May 2011 at 2:26am<br /><br />too odd. at least show full error that you see.]]>
   </description>
   <pubDate>Tue, 03 May 2011 02:26:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64155&amp;title=using-dockingpanes-in-vc6#64155</guid>
  </item> 
  <item>
   <title><![CDATA[Using DockingPanes in VC6 : I think the LNK2001 problems are...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64102&amp;title=using-dockingpanes-in-vc6#64102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6756">OptJuan</a><br /><strong>Subject:</strong> 18282<br /><strong>Posted:</strong> 28 April 2011 at 10:05am<br /><br />I think the LNK2001 problems are only happening in code I have in a template class defined entirely in a .H file.<br><br>Did something change related to that between the 9.81 version and the 15.0.2 version?<br>]]>
   </description>
   <pubDate>Thu, 28 Apr 2011 10:05:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64102&amp;title=using-dockingpanes-in-vc6#64102</guid>
  </item> 
  <item>
   <title><![CDATA[Using DockingPanes in VC6 : I use the CodeJock DockingPane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64093&amp;title=using-dockingpanes-in-vc6#64093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6756">OptJuan</a><br /><strong>Subject:</strong> 18282<br /><strong>Posted:</strong> 27 April 2011 at 6:18pm<br /><br />I use the CodeJock DockingPane v9.81 and with the IE9 a bug appeared in the DockingPane. <br><br>From what I've read in the forum this was fixed in the last release. The problem is that I use VC6 in the components where I have the DockingPane and for time and development costs I cannot upgrade it yet.<br><br>The issue is that I cannot compile my projects with the demo DockingPane (v15.0.2) in VC6. It will give me LNK2001 errors.<br><br>Also from the forum I'm aware that you require that the application needs the "Treat <span>wchar_t</span> as Builtin Type = Yes" which I cannot find in VC6 and is probably not supported.<br><br>Anyhow I need to know if the new DockingPane will work in VC6 because I have to fix the IE9 issue ASAP.<br>]]>
   </description>
   <pubDate>Wed, 27 Apr 2011 18:18:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18282&amp;PID=64093&amp;title=using-dockingpanes-in-vc6#64093</guid>
  </item> 
 </channel>
</rss>