Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - RC error in XTP 15.1.2!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RC error in XTP 15.1.2!

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: RC error in XTP 15.1.2!
    Posted: 14 August 2011 at 1:36pm
I have this:
 
#include "SkinFramework\Styles\Office2007\Office2007.rc"
#include "SkinFramework\Styles\Office2010\Office2010.rc"
#include "Styles\Office2007\Office2007.rc"
#include "Styles\Office2010\Office2010.rc"
And I get lots of errors:
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v15.1.2\Source\SkinFramework\Styles\Office2010\Office2010.rc(12): error RC2135: file not found: res\NormalBlue.ini
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v15.1.2\Source\SkinFramework\Styles\Office2010\Office2010.rc(13): error RC2135: file not found: res\Blue\FrameCaption.png
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v15.1.2\Source\SkinFramework\Styles\Office2010\Office2010.rc(14): error RC2135: file not found: res\Blue\FrameCaptionSizing.png
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v15.1.2\Source\SkinFramework\Styles\Office2010\Office2010.rc(15): error RC2135: file not found: res\Blue\SmallFrameCaption.png
...
 
 
Obviously, you don't follow the same pattern as you have in Office2007.rc where you provide an absolute path!
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2011 at 1:41pm
And... you still have this 5000-ID issue:
 
STRINGTABLE DISCCARDABLE
BEGIN
    5000 "Office 2010 Style"
END
VS
 
STRINGTABLE DISCCARDABLE
BEGIN
    5000 "Office 2007 Style"
END
 
 
Sigh....... :(
PokerMemento - http://www.pokermemento.com/
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 August 2011 at 2:45am
Thanks.

Please add "Source\SkinFramework\Styles\Office2010" to your includes for resources.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.