<?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 : 10.4 Linker Error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : 10.4 Linker Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 08:19:35 +0000</pubDate>
  <lastBuildDate>Wed, 03 Jan 2007 01:41:35 +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=5963</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[10.4 Linker Error : No problem. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18752&amp;title=10-4-linker-error#18752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5963<br /><strong>Posted:</strong> 03 January 2007 at 1:41am<br /><br />No problem.]]>
   </description>
   <pubDate>Wed, 03 Jan 2007 01:41:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18752&amp;title=10-4-linker-error#18752</guid>
  </item> 
  <item>
   <title><![CDATA[10.4 Linker Error : I ran the install again and pointed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18743&amp;title=10-4-linker-error#18743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=695">KFournier</a><br /><strong>Subject:</strong> 5963<br /><strong>Posted:</strong> 02 January 2007 at 4:48pm<br /><br /><P>I ran the install again and pointed it to a fresh directory. I checked that file and sure enough, the function exists within the .cpp file. I must have been careless and somehow deleted it. Forgive me for wasting your time.</P>]]>
   </description>
   <pubDate>Tue, 02 Jan 2007 16:48:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18743&amp;title=10-4-linker-error#18743</guid>
  </item> 
  <item>
   <title><![CDATA[10.4 Linker Error : hmm. very strange. implementation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18738&amp;title=10-4-linker-error#18738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5963<br /><strong>Posted:</strong> 02 January 2007 at 4:11pm<br /><br />hmm. very strange. implementation must be in XTPTaskPanel.cpp file. <DIV>Don't you have </DIV><DIV>CXTPImageManager* CXTPTaskPanel::GetImageManager() const<BR>{<BR>&nbsp;return m_pImageManager ? m_pImageManager : XTPImageManager();<BR>}</DIV><DIV>&nbsp;</DIV><DIV>in XTPTaskPanel.cpp ?</DIV>]]>
   </description>
   <pubDate>Tue, 02 Jan 2007 16:11:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18738&amp;title=10-4-linker-error#18738</guid>
  </item> 
  <item>
   <title><![CDATA[10.4 Linker Error : Sorry, TaskPanel::GetPaintManagershould...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18735&amp;title=10-4-linker-error#18735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=695">KFournier</a><br /><strong>Subject:</strong> 5963<br /><strong>Posted:</strong> 02 January 2007 at 12:59pm<br /><br />Sorry, TaskPanel::GetPaintManager&nbsp;should read XTPTaskPanel::GetImageManager ]]>
   </description>
   <pubDate>Tue, 02 Jan 2007 12:59:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18735&amp;title=10-4-linker-error#18735</guid>
  </item> 
  <item>
   <title><![CDATA[10.4 Linker Error : When switching to 10.4, the VC++...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18734&amp;title=10-4-linker-error#18734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=695">KFournier</a><br /><strong>Subject:</strong> 5963<br /><strong>Posted:</strong> 02 January 2007 at 12:57pm<br /><br /><P>When switching to 10.4, the VC++ 6.0 Linker reported that TaskPanel::GetPaintManager was missing. I added the following code to the bottom of XTPTaskPanel.h.</P><DIV><table width="99%"><tr><td><pre class="BBcode">AFX_INLINE CXTPImageManager* CXTPTaskPanel::GetImageManager() const {<BR>&nbsp;return m_pImageManager;<BR>}</pre></td></tr></table></DIV>]]>
   </description>
   <pubDate>Tue, 02 Jan 2007 12:57:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5963&amp;PID=18734&amp;title=10-4-linker-error#18734</guid>
  </item> 
 </channel>
</rss>