<?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 : How to compile skin library file into program?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to compile skin library file into program?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 23:30:02 +0000</pubDate>
  <lastBuildDate>Tue, 14 Jul 2009 23:15: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=14692</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[How to compile skin library file into program? : Thanks Oleg, it works! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50973&amp;title=how-to-compile-skin-library-file-into-program#50973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5315">imfool</a><br /><strong>Subject:</strong> 14692<br /><strong>Posted:</strong> 14 July 2009 at 11:15pm<br /><br />Thanks Oleg, it works! <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Tue, 14 Jul 2009 23:15:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50973&amp;title=how-to-compile-skin-library-file-into-program#50973</guid>
  </item> 
  <item>
   <title><![CDATA[How to compile skin library file into program? : Hi,  Yes, include rc file in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50767&amp;title=how-to-compile-skin-library-file-into-program#50767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14692<br /><strong>Posted:</strong> 08 July 2009 at 3:31am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, include rc file in your res\app.rc2 file and add in code</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; XTPSkinManager()-&gt;GetResourceFile()-&gt;SetModuleHandle(AfxGetInstanceHandle());<BR>&nbsp;&nbsp; XTPSkinManager()-&gt;LoadSkin(0, _T("NormalBlue.INI"));<BR></DIV>]]>
   </description>
   <pubDate>Wed, 08 Jul 2009 03:31:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50767&amp;title=how-to-compile-skin-library-file-into-program#50767</guid>
  </item> 
  <item>
   <title><![CDATA[How to compile skin library file into program? : HI,I&amp;#039;m now trying to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50705&amp;title=how-to-compile-skin-library-file-into-program#50705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5315">imfool</a><br /><strong>Subject:</strong> 14692<br /><strong>Posted:</strong> 06 July 2009 at 3:49am<br /><br /><P>HI,<BR>I'm now trying to add Office2007 skins for my dialogs, as I know, I need the skin library "Office2007.cjstyles" and use it by calling the XTPSkinManager()-&gt;LoadSkin() function. This function will use CXTPSkinManagerResourceFile::Open() to load this skin library, but now it only supports loading from files, and I need to move it into the program and use it as other resources.<BR>Here is my solution: first include the "Office2007.rc" in the .rc file of my project, which will compile the library into the .exe; then write another CXTPSkinManagerResourceFile::Open() which will replace the library module handle&nbsp;(m_hModule) to the application instance handle. But in this way I have to change the low-level codejock in class CXTPSkinManagerResourceFile, is there anyway that can avoid this? Or any better solutions?<BR>PS: I'm working with Xtreme Toolkit Pro v13.0</P><P>Thanks a lot.</P>]]>
   </description>
   <pubDate>Mon, 06 Jul 2009 03:49:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14692&amp;PID=50705&amp;title=how-to-compile-skin-library-file-into-program#50705</guid>
  </item> 
 </channel>
</rss>