<?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 : Xtreme Toolkit Translation.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Xtreme Toolkit Translation.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 22:46:10 +0000</pubDate>
  <lastBuildDate>Wed, 21 Jun 2006 10:47:02 +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=4415</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[Xtreme Toolkit Translation. : Really sorry, but I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13760&amp;title=xtreme-toolkit-translation#13760</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=976">pascal</a><br /><strong>Subject:</strong> 4415<br /><strong>Posted:</strong> 21 June 2006 at 10:47am<br /><br />Really sorry, but I don't know this librarie<br><img src="http://forum.codejock.com/smileys/smiley19.gif" title="Cry" &#111;nclick="AddEmotic&#111;n%28this%29" id="smileys/smiley19.gif" style="cursor: pointer;" align="absmiddle" border="0"><br>Pascal<br>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 10:47:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13760&amp;title=xtreme-toolkit-translation#13760</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme Toolkit Translation. : Hello again.  I have problems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13660&amp;title=xtreme-toolkit-translation#13660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 4415<br /><strong>Posted:</strong> 15 June 2006 at 1:26pm<br /><br />Hello again.<DIV><DIV>I have problems with</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; XTPResourceManager()-&gt;SetResourceHandle(hGUIResource);</DIV><DIV>&nbsp;</DIV><DIV>I have XTP 9.61, and it does not have this function.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance,</DIV><DIV>William GS</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 13:26:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13660&amp;title=xtreme-toolkit-translation#13660</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme Toolkit Translation. : Hello Pascal, thank you so much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13659&amp;title=xtreme-toolkit-translation#13659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 4415<br /><strong>Posted:</strong> 15 June 2006 at 1:11pm<br /><br />Hello Pascal, thank you so much for you help.<DIV>&nbsp;</DIV><DIV>William GS</DIV>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 13:11:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13659&amp;title=xtreme-toolkit-translation#13659</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme Toolkit Translation. : Hello,Build the translation solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13658&amp;title=xtreme-toolkit-translation#13658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=976">pascal</a><br /><strong>Subject:</strong> 4415<br /><strong>Posted:</strong> 15 June 2006 at 12:28pm<br /><br />Hello,<br><br>Build the translation solution (Resource_vcXX.sln) under<br>&lt;Program Files&gt;\&lt;Codejock_path&gt;\WorkSpace\Resource. The output directory is then:<br>&lt;Program Files&gt;\&lt;Codejock_path&gt;\bin\vc80\translations<br><br><br>Once you done it, implement the following statements in your application and call it from initinstance(): (the easy way <img src="http://forum.codejock.com/smileys/smiley2.gif" title="Wink" &#111;nclick="AddEmotic&#111;n%28this%29" id="smileys/smiley2.gif" style="cursor: pointer;" align="absmiddle" border="0"> )<br>BOOL CMyApp::LoadSpanishLanguage()<br>{<br>&nbsp;&nbsp;&nbsp; HINSTANCE hGUIResource = AfxLoadLibrary( &lt;Path_to_Resource_dll);<br>&nbsp;&nbsp;&nbsp; if( hGUIResource == NULL )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return FALSE;&nbsp;&nbsp; // That's an error<br><br>&nbsp;&nbsp;&nbsp; XTPResourceManager()-&gt;SetResourceHandle(hGUIResource);<br>}<br><br>That's all,<br><br>Pascal<br><br>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 12:28:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13658&amp;title=xtreme-toolkit-translation#13658</guid>
  </item> 
  <item>
   <title><![CDATA[Xtreme Toolkit Translation. : Hello all. I have an application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13656&amp;title=xtreme-toolkit-translation#13656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 4415<br /><strong>Posted:</strong> 15 June 2006 at 11:16am<br /><br /><P>Hello all. I have an application that support Spanish and English languages, but XTP controls show its messages always in English, for example CReportControl shows: "Drag a column header here to group by that column" and "Tere are no items to show".</P><P>I need this messsages in other languages too, ¿how can I translate them?.</P><P>I am using XTP 9.6 - VC 6.0/2002 - Win 2000/XP.</P><P>Thanks in advance,</P><P>William GS</P>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 11:16:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4415&amp;PID=13656&amp;title=xtreme-toolkit-translation#13656</guid>
  </item> 
 </channel>
</rss>