<?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 : Linking problems</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Linking problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 16:27:52 +0000</pubDate>
  <lastBuildDate>Mon, 03 Aug 2009 11:53:24 +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=14893</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[Linking problems : Ok, forget it. I still had CommandBars1200vc80.lib...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51547&amp;title=linking-problems#51547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 14893<br /><strong>Posted:</strong> 03 August 2009 at 11:53am<br /><br />Ok, forget it. I still had CommandBars1200vc80.lib in the include libraries option in linker.<br>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 11:53:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51547&amp;title=linking-problems#51547</guid>
  </item> 
  <item>
   <title><![CDATA[Linking problems : Another hint;Check your linker...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51546&amp;title=linking-problems#51546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14893<br /><strong>Posted:</strong> 03 August 2009 at 11:52am<br /><br />Another hint;<br>Check your linker dependencies. Perhaps you forgot to remove a manually added dependency for <br><pre ="BBcode">CommandBars1200vc80.lib</pre>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 11:52:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51546&amp;title=linking-problems#51546</guid>
  </item> 
  <item>
   <title><![CDATA[Linking problems : Did you clean and rebuild the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51545&amp;title=linking-problems#51545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14893<br /><strong>Posted:</strong> 03 August 2009 at 11:50am<br /><br />Did you clean and rebuild the whole project?<br><br>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 11:50:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51545&amp;title=linking-problems#51545</guid>
  </item> 
  <item>
   <title><![CDATA[Linking problems : Hello!I&amp;#039;ve had CommandBars1200vc80...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51542&amp;title=linking-problems#51542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 14893<br /><strong>Posted:</strong> 03 August 2009 at 11:34am<br /><br />Hello!<br><br>I've had CommandBars1200vc80 dynamically linked in my project. Now we want to link MFC statically. After setting /MT flag in our project, we get a ton of linking errors like this:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::EnableDocking(void)" (?EnableDocking@CXTPCommandBars@@QAEXXZ) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::SetSite(class CWnd *)" (?SetSite@CXTPCommandBars@@QAEXPAVCWnd@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::UpdateCommandBars(void)const " (?UpdateCommandBars@CXTPCommandBars@@QBEXXZ) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: int __thiscall CXTPCommandBars::OnFrameWndMsg(unsigned int,unsigned int,long,long *)" (?OnFrameWndMsg@CXTPCommandBars@@QAEHIIJPAJ@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::SetQuickCustomizeMode(int)" (?SetQuickCustomizeMode@CXTPCommandBars@@QAEXH@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::SetCustomizeMode(int)" (?SetCustomizeMode@CXTPCommandBars@@QAEXH@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::SetPaintManager(class CXTPPaintManager *)" (?SetPaintManager@CXTPCommandBars@@QAEXPAVCXTPPaintManager@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: void __thiscall CXTPCommandBars::SetTheme(enum XTPPaintTheme)" (?SetTheme@CXTPCommandBars@@QAEXW4XTPPaintTheme@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: class CXTPToolBar * __thiscall CXTPCommandBars::Add(char const *,enum XTPBarPosition,struct CRuntimeClass *)" (?Add@CXTPCommandBars@@QAEPAVCXTPToolBar@@PBDW4XTPBarPosition@@PAUCRuntimeClass@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPCommandBars.obj) : error LNK2005: "public: int __thiscall CXTPCommandBars::PreTranslateFrameMessage(struct tagMSG *)" (?PreTranslateFrameMessage@CXTPCommandBars@@QAEHPAUtagMSG@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPPaintManager.obj) : error LNK2005: "public: virtual void __thiscall CXTPPaintManager::UpdateColors(void)" (?UpdateColors@CXTPPaintManager@@UAEXXZ) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPPaintManager.obj) : error LNK2005: "public: virtual int __thiscall CXTPPaintManager::GetPopupBarGripperWidth(class CXTPCommandBar *)" (?GetPopupBarGripperWidth@CXTPPaintManager@@UAEHPAVCXTPCommandBar@@@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br>1&gt;CommandBars1200vc80S.lib(XTPPaintManager.obj) : error LNK2005: "public: virtual class CFont * __thiscall CXTPPaintManager::GetCommandBarFont(class CXTPCommandBar *,int)" (?GetCommandBarFont@CXTPPaintManager@@UAEPAVCFont@@PAVCXTPCommandBar@@H@Z) already defined in CommandBars1200vc80.lib(CommandBars1200vc80.dll)<br></pre></td></tr></table><br><br>Any idea what is wrong and how can i change it?<br><br>Thanks,<br><br>Bojan Hrnkas<br>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 11:34:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14893&amp;PID=51542&amp;title=linking-problems#51542</guid>
  </item> 
 </channel>
</rss>