<?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 : Bug when loading language dll?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Bug when loading language dll?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 11:26:59 +0000</pubDate>
  <lastBuildDate>Sun, 17 Feb 2008 05:01:41 +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=9581</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[Bug when loading language dll? : Hello, Please attach dll you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31256&amp;title=bug-when-loading-language-dll#31256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9581<br /><strong>Posted:</strong> 17 February 2008 at 5:01am<br /><br /><P>Hello,</P><DIV>Please attach dll you tried to load.</DIV>]]>
   </description>
   <pubDate>Sun, 17 Feb 2008 05:01:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31256&amp;title=bug-when-loading-language-dll#31256</guid>
  </item> 
  <item>
   <title><![CDATA[Bug when loading language dll? : any idea?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31237&amp;title=bug-when-loading-language-dll#31237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3726">souren</a><br /><strong>Subject:</strong> 9581<br /><strong>Posted:</strong> 15 February 2008 at 2:05pm<br /><br />any idea?]]>
   </description>
   <pubDate>Fri, 15 Feb 2008 14:05:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31237&amp;title=bug-when-loading-language-dll#31237</guid>
  </item> 
  <item>
   <title><![CDATA[Bug when loading language dll? : Oleg,In fact dll is loading successfully...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31177&amp;title=bug-when-loading-language-dll#31177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3726">souren</a><br /><strong>Subject:</strong> 9581<br /><strong>Posted:</strong> 14 February 2008 at 3:49am<br /><br />Oleg,<br><br>In fact dll is loading successfully once and it doesn't have Neutral language.<br><br>&nbsp;&nbsp;&nbsp; if (szFileName)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (/*CXTPPropExchangeXMLNode::IsXMLSupported()*/0)&nbsp; // Try to load from XML. Needs IE 4.0 installed<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br><br>Thanks<br>]]>
   </description>
   <pubDate>Thu, 14 Feb 2008 03:49:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31177&amp;title=bug-when-loading-language-dll#31177</guid>
  </item> 
  <item>
   <title><![CDATA[Bug when loading language dll? : Hi, This assert indicates that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31169&amp;title=bug-when-loading-language-dll#31169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9581<br /><strong>Posted:</strong> 14 February 2008 at 1:01am<br /><br />Hi,<DIV>This assert indicates that your dll has only Neutral language.</DIV><DIV>&nbsp;</DIV><DIV>What lines you added to scribble sample to reproduce it ?</DIV>]]>
   </description>
   <pubDate>Thu, 14 Feb 2008 01:01:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31169&amp;title=bug-when-loading-language-dll#31169</guid>
  </item> 
  <item>
   <title><![CDATA[Bug when loading language dll? : Loading DLL more than once using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31165&amp;title=bug-when-loading-language-dll#31165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3726">souren</a><br /><strong>Subject:</strong> 9581<br /><strong>Posted:</strong> 13 February 2008 at 5:00pm<br /><br />Loading DLL more than once using the following code causes exception:<br>XTPResourceManager()-&gt;SetResourceManager(new CXTPResourceManager());<br>XTPResourceManager()-&gt;SetResourceFile(L"lang.dll");<br><br>Assertion:<br>void CXTPResourceManager::UpdateResourcesLangID()<br>{<br>&nbsp;&nbsp;&nbsp; HMODULE hResModule = GetResourceHandle();<br>&nbsp;&nbsp;&nbsp; WORD wLangID = GetResourceLanguage(hResModule);<br><b>&nbsp;&nbsp;&nbsp; ASSERT(wLangID);</b><br><br>&nbsp;&nbsp;&nbsp; SetResourceLanguage(wLangID);<br>}<br><br>Tested with ScribbleMultiLang(dll way), same problem.<br>XML is free of this problem.<br><br>]]>
   </description>
   <pubDate>Wed, 13 Feb 2008 17:00:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9581&amp;PID=31165&amp;title=bug-when-loading-language-dll#31165</guid>
  </item> 
 </channel>
</rss>