<?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 : Problem in german resource files</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Problem in german resource files]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 11:34:29 +0000</pubDate>
  <lastBuildDate>Wed, 24 Feb 2016 16:04:18 +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=22941</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[Problem in german resource files : Hello,Our Ankhor GUI can be set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22941&amp;PID=74519&amp;title=problem-in-german-resource-files#74519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=903">Alex G.</a><br /><strong>Subject:</strong> 22941<br /><strong>Posted:</strong> 24 February 2016 at 4:04pm<br /><br />Hello,<br /><br />Our Ankhor GUI can be set to german or english. Therefore we're using the english and german .rc files to build a seperate (german) resource.dll.<br /><br />Do build a german dll, I'm using preprocessor defines like:<br /><br />_XTP_RESOURCE_LANGUAGE=de<br /><strong><font color="green">AFX_TARG_DEU</font></strong><br /><br />to get the desired result.<br /><br />A real pain are the Resource_de.rc files from the various controls.<br />For every new release, I have to modify these 11 files manually.<br /><br />..\Xtreme ToolkitPro\Source\ShortcutBar\res\Resource_de.rc<br /><br />The problem:<br /><br />#if !defined(AFX_RESOURCE_DLL) || defined(<strong><font color="red">AFX_TARG_ENU</font></strong>)<br /><br />needs to be changed into <br /><br />#if !defined(AFX_RESOURCE_DLL) || defined(<strong><font color="green">AFX_TARG_DEU</font></strong>)<br /><br /><br />I would really like to get this fixed !!<br /><br /><br />BTW:<br /><br />XTP_IDS_SHORTCUT_NAVIGATIONPANE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "?a?????? pe?????s??"<br /><br />must be fixed:<br /><br />XTP_IDS_SHORTCUT_NAVIGATIONPANE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Navigationsbereich"<br /><br />Thanks in advance,<br />Alex<br /><br /><br /><br /><br />// ShortcutBar resource file<br />//<br />// (c)1998-2016 Codejock Software, All Rights Reserved.<br />//<br />// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE<br />// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN<br />// CONSENT OF CODEJOCK SOFTWARE.<br />//<br />// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED<br />// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO<br />// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A<br />// SINGLE COMPUTER.<br />//<br />// CONTACT INFORMATION:<br />// support@codejock.com<br />// http://www.codejock.com<br />//<br />/////////////////////////////////////////////////////////////////////////////<br /><br />#include "ShortcutBar/Resource.h"<br />#include "ShortcutBar/res/Resource-Neutral.rc"<br /><br />#if !defined(AFX_RESOURCE_DLL) || defined(<strong><font color="green">AFX_TARG_DEU</font></strong>)<br />#ifdef _WIN32<br />LANGUAGE LANG_GERMAN, SUBLANG_GERMAN<br />#pragma code_page(1252)<br />#endif //_WIN32<br /><br />/////////////////////////////////////////////////////////////////////////////<br />//<br />// String Table<br />//<br /><br />STRINGTABLE DISCARDABLE <br />BEGIN<br />&nbsp;&nbsp;&nbsp;&nbsp;XTP_ID_SHORTCUT_SHOW_MORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Weitere Schaltflächen anzeigen"<br />&nbsp;&nbsp;&nbsp;&nbsp;XTP_ID_SHORTCUT_SHOW_FEWER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Weniger Schaltflächen anzeigen"<br />&nbsp;&nbsp;&nbsp;&nbsp;XTP_IDS_SHORTCUT_CONFIGURE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Schaltflächen konfigurieren"<br />&nbsp;&nbsp;&nbsp;&nbsp;XTP_IDS_SHORTCUT_NAVIGATIONPANE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "?a?????? pe?????s??"<br />END<br /><br />#endif // !defined(AFX_RESOURCE_DLL) || defined(<strong><font color="green">AFX_TARG_DEU</font></strong>)<br /><br />]]>
   </description>
   <pubDate>Wed, 24 Feb 2016 16:04:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22941&amp;PID=74519&amp;title=problem-in-german-resource-files#74519</guid>
  </item> 
 </channel>
</rss>