<?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 : Adding Ribbon to existing Project</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Adding Ribbon to existing Project]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 10:03:25 +0000</pubDate>
  <lastBuildDate>Wed, 28 May 2008 15:52:14 +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=10747</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[Adding Ribbon to existing Project : Thanks, Ill take a look at that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35940&amp;title=adding-ribbon-to-existing-project#35940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4187">DerrekCurtis</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 28 May 2008 at 3:52pm<br /><br />Thanks,<DIV>Ill take a look at that is it in MainFrm.cpp?</DIV><DIV>&nbsp;</DIV><DIV>Derrek</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 15:52:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35940&amp;title=adding-ribbon-to-existing-project#35940</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : CXTPMDIFrameWnd::Create  is inherited...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35938&amp;title=adding-ribbon-to-existing-project#35938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 28 May 2008 at 3:42pm<br /><br />CXTPMDIFrameWnd::Create  is inherited from CFrameWnd:<br><br><font face="Courier New, Courier, mono">virtual BOOL Create(LPCTSTR lpszClassName,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; LPCTSTR lpszWindowName,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp;DWORD dwStyle = WS_OVERLAPPEDWINDOW,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; const RECT&amp; rect = rectDefault,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; CWnd* pParentWnd = NULL,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // != NULL for popups</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; LPCTSTR lpszMenuName = NULL,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; DWORD dwExStyle = 0,</font><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; CCreateContext* pContext = NULL);</font><br><br>I think you left out <b>lpszMenuName </b>(use NULL for no menu).<br><font face="Courier New, Courier, mono"><br></font><br>]]>
   </description>
   <pubDate>Wed, 28 May 2008 15:42:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35938&amp;title=adding-ribbon-to-existing-project#35938</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Oleg,  I got the project to compile...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35932&amp;title=adding-ribbon-to-existing-project#35932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4187">DerrekCurtis</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 28 May 2008 at 2:33pm<br /><br /><P>Oleg, </P><DIV>I got the project to compile however I have a linking error now:</DIV><DIV>&nbsp;</DIV><DIV>MainFrm.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CMainFrame::Create(char const *,char const *,unsigned long,struct tagRECT const &amp;,class CWnd *,unsigned int,struct CCreateContext *)" (<a href="mailto:?Create@CMainFrame@@UAEHPB" target="_blank">?Create@CMainFrame@@UAEHPB</A><BR><a href="mailto:D0KABUtagRECT@@PAVCWnd@@IPAUCCreateC&#111;ntext@@@Z" target="_blank">D0KABUtagRECT@@PAVCWnd@@IPAUCCreateContext@@@Z</A>)<BR>Release/OramaDro.exe : fatal error LNK1120: 1 unresolved externals</DIV><DIV>&nbsp;</DIV><DIV>Any suggestions?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Derrek</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 14:33:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35932&amp;title=adding-ribbon-to-existing-project#35932</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Hi,  I mean paste to forum to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35897&amp;title=adding-ribbon-to-existing-project#35897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 28 May 2008 at 12:54am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I mean paste to forum to check what you have there.</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 00:54:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35897&amp;title=adding-ribbon-to-existing-project#35897</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Oleg, I have done that and the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35885&amp;title=adding-ribbon-to-existing-project#35885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4187">DerrekCurtis</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 27 May 2008 at 12:56pm<br /><br />Oleg,<DIV>I have done that and the errors are still there.</DIV><DIV>&nbsp;</DIV><DIV>Derrek</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 12:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35885&amp;title=adding-ribbon-to-existing-project#35885</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Hi, Paste full MainFrm.h file...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35880&amp;title=adding-ribbon-to-existing-project#35880</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 27 May 2008 at 12:26pm<br /><br />Hi,<DIV>Paste full MainFrm.h file</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 12:26:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35880&amp;title=adding-ribbon-to-existing-project#35880</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Oleg, I have fixed all the obvious...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35871&amp;title=adding-ribbon-to-existing-project#35871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4187">DerrekCurtis</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 27 May 2008 at 11:41am<br /><br /><P>Oleg,</P><DIV>I have fixed all the obvious errors but I have a few left:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Program Files\Codejock Software\MFC\Xtreme CommandBars v11.2.2\Source\Common/XTPMacros.h(98) : see previous definition of 'SAFE_RELEASE'<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1596) : error C2065: 'InitCommandBars' : undeclared identifier<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1599) : error C2065: 'GetCommandBars' : undeclared identifier<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1599) : error C2440: 'initializing' : cannot convert from 'int' to 'class CXTPCommandBars *'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1619) : error C2227: left of '-&gt;GetToolTipContext' must point to class/struct/union<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1639) : error C2664: 'Attach' : cannot convert parameter 1 from 'class CMainFrame *const ' to 'class CXTPMDIFrameWnd *'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1646) : error C2065: 'LoadCommandBars' : undeclared identifier<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1654) : error C2440: 'initializing' : cannot convert from 'int' to 'class CXTPCommandBars *'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1675) : error C2440: 'initializing' : cannot convert from 'int' to 'class CXTPCommandBars *'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(1794) : error C2065: 'lpCreateStruct' : undeclared identifier<BR>C:\projects\VideoWorkShop\winvideo\winvideo\MainFrm.cpp(2040) : error C2227: left of '-&gt;OnSetPreviewMode' must point to class/struct/union</DIV><DIV>&nbsp;</DIV><DIV>What else should I be looking at.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Derrek</DIV>]]>
   </description>
   <pubDate>Tue, 27 May 2008 11:41:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35871&amp;title=adding-ribbon-to-existing-project#35871</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Hi, Please hire developer :-)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35671&amp;title=adding-ribbon-to-existing-project#35671</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 23 May 2008 at 1:32am<br /><br />Hi,<DIV>Please hire developer :-) </DIV><DIV>read error descriptions,&nbsp;they have all information you need.</DIV><DIV>&nbsp;</DIV><DIV>Think better solution for you take Ribbon MDI sample and rename it for your project.</DIV>]]>
   </description>
   <pubDate>Fri, 23 May 2008 01:32:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35671&amp;title=adding-ribbon-to-existing-project#35671</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project :  Oleg, I had already done that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35653&amp;title=adding-ribbon-to-existing-project#35653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4187">DerrekCurtis</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 22 May 2008 at 3:21pm<br /><br /><DIV>&nbsp;</DIV><DIV>Oleg,</DIV><DIV>I had already done that but I get the following errors I think I may be missing a lib or link</DIV><DIV>&nbsp;</DIV><DIV>Derrek</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1198) : error C2065: 'm_wndStatusBar' : undeclared identifier<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1198) : error C2228: left of '.Create' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1199) : error C2228: left of '.SetIndicators' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1213) : error C2228: left of '.SetFont' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1214) : error C2228: left of '.SetDrawDisabledText' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1215) : error C2228: left of '.SetCommandBars' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1216) : error C2228: left of '.GetStatusBarCtrl' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1216) : error C2228: left of '.SetMinHeight' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1217) : error C2228: left of '.GetPane' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1217) : error C2227: left of '-&gt;SetMargins' must point to class/struct/union<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1241) : error C2065: 'LoadIcons' : undeclared identifier<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1243) : error C2065: 'CreateRibbonBar' : undeclared identifier<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1249) : error C2065: 'm_wndClient' : undeclared identifier<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1249) : error C2228: left of '.Attach' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1250) : error C2228: left of '.GetToolTipContext' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1250) : error C2227: left of '-&gt;SetStyle' must point to class/struct/union<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1253) : error C2228: left of '.ShowWorkspace' must have class/struct/union type<BR>C:\projects\commandvideoWorkshop\Com_Video_Workshop\Oramadro\MainFrm.cpp(1658) : error C2084: function 'int __thiscall CMainFrame::OnCreate(struct tagCREATESTRUCTA *)' already has a body<BR>Moredata.cpp</DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 15:21:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35653&amp;title=adding-ribbon-to-existing-project#35653</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Ribbon to existing Project : Hi, Open mainfrm.h and replace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35651&amp;title=adding-ribbon-to-existing-project#35651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10747<br /><strong>Posted:</strong> 22 May 2008 at 3:02pm<br /><br /><P>Hi,</P><DIV>Open mainfrm.h and replace </DIV><DIV>CMainFrame : public CMDIFrameWnd to</DIV><DIV>&nbsp;</DIV><DIV><DIV>CMainFrame : public CXTPMDIFrameWnd.</DIV></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 15:02:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10747&amp;PID=35651&amp;title=adding-ribbon-to-existing-project#35651</guid>
  </item> 
 </channel>
</rss>