<?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 : Resource DLL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Resource DLL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 03:37:32 +0000</pubDate>
  <lastBuildDate>Thu, 21 Feb 2008 15:13:44 +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=9660</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[Resource DLL : Hi,  You need specify ini fi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31450&amp;title=resource-dll#31450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9660<br /><strong>Posted:</strong> 21 February 2008 at 3:13pm<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>You need specify ini file:</DIV><DIV>&nbsp;</DIV><DIV>XTPOffice2007Images()-&gt;SetHandle(hModule, _T("OFFICE2007BLUE.INI"));</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 21 Feb 2008 15:13:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31450&amp;title=resource-dll#31450</guid>
  </item> 
  <item>
   <title><![CDATA[Resource DLL : I wish we could use LoadSkin,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31447&amp;title=resource-dll#31447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 9660<br /><strong>Posted:</strong> 21 February 2008 at 2:46pm<br /><br />I wish we could use LoadSkin, however our applications use unicode/unicows and the Armadillo protection package, which breaks the Codejock Skin stuff. <DIV>&nbsp;</DIV><DIV>However, in our case, we can use the normal theme logic, but it requires us to use the:</DIV><DIV>&nbsp;</DIV><DIV>#include "Styles\Office2007Blue\Office2007Blue.rc"</DIV><DIV>&nbsp;</DIV><DIV>in our applications .rc2 file.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Since&nbsp;we have several applications that use a common resource dll, it would make more sense (and save memory) to place the Office2007Blue.rc stuff in the resource dll.&nbsp; However, we cannot get it to work for some reason.</DIV>]]>
   </description>
   <pubDate>Thu, 21 Feb 2008 14:46:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31447&amp;title=resource-dll#31447</guid>
  </item> 
  <item>
   <title><![CDATA[Resource DLL : HINSTANCE hResDLL = LoadLibrar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31446&amp;title=resource-dll#31446</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 9660<br /><strong>Posted:</strong> 21 February 2008 at 2:38pm<br /><br />HINSTANCE hResDLL = LoadLibrary("Resource.dll");<DIV></DIV><DIV></DIV>CMainFrame::CMainFrame()<DIV></DIV><DIV></DIV>{<DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>XTPSkinManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>GetResourceFile</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>SetModuleHandle</FONT><FONT size=2>(hResDLL</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; XTPSkinManager()-&gt;LoadSkin(NULL, _T("NORMALBLUE.INI"));</DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Something like that.</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 21 Feb 2008 14:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31446&amp;title=resource-dll#31446</guid>
  </item> 
  <item>
   <title><![CDATA[Resource DLL : If an application uses a resource...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31443&amp;title=resource-dll#31443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 9660<br /><strong>Posted:</strong> 21 February 2008 at 12:41pm<br /><br />If an application uses a resource dll, and needs to add support for the Office 2007 theme, can the:<DIV>&nbsp;</DIV><DIV>#include "Styles\Office2007Blue\Office2007Blue.rc"</DIV><DIV>&nbsp;</DIV><DIV>be added to the resource dll, or must be be added to the applications .rc2 file?</DIV>]]>
   </description>
   <pubDate>Thu, 21 Feb 2008 12:41:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9660&amp;PID=31443&amp;title=resource-dll#31443</guid>
  </item> 
 </channel>
</rss>