<?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 : XTPResourceManager() and multiple resource .DLLs.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTPResourceManager() and multiple resource .DLLs.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 06:55:48 +0000</pubDate>
  <lastBuildDate>Thu, 28 Apr 2011 12:50:51 +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=18289</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[XTPResourceManager() and multiple resource .DLLs. : We are implementing localizations...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18289&amp;PID=64108&amp;title=xtpresourcemanager-and-multiple-resource-dlls#64108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 18289<br /><strong>Posted:</strong> 28 April 2011 at 12:50pm<br /><br />We are implementing localizations using XTPResourceManager(), and it works great in most cases.&nbsp; We are having a hard time figuring out how to use it to grab strings from more than one location.&nbsp; for example:<DIV>&nbsp;</DIV><DIV>p1.exe<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; d1.dll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; d2.dll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; d3.dll</DIV><DIV>&nbsp;</DIV><DIV>d1, d2, and d3.dll all contain resources.&nbsp; I've created resource files (p1RU.dll, d1RU.dll,d2RU.dll,d2RU.dll), but the only way we've found so far to grab resources from d1RU.dll is via LoadLibrary() and using that instance handle to AfxSetResourceHandle().</DIV><DIV>&nbsp;</DIV><DIV>As long as the resource is actually *IN* d1RU.dll, then that's fine, but if it isn't, we have to manually search for the resource in d1.dll.&nbsp; XTPResourceManager() handles this fine, but since it's static, i don't think i can have more than one per process.</DIV><DIV>&nbsp;</DIV><DIV>Any ideas?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 28 Apr 2011 12:50:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18289&amp;PID=64108&amp;title=xtpresourcemanager-and-multiple-resource-dlls#64108</guid>
  </item> 
 </channel>
</rss>