![]() |
_XTP_STATICLINK and multiple languages |
Post Reply
|
| Author | |
SvenC
Groupie
Joined: 02 February 2007 Status: Offline Points: 79 |
Post Options
Thanks(0)
Quote Reply
Topic: _XTP_STATICLINK and multiple languagesPosted: 19 February 2009 at 2:20pm |
|
Hi, I am using _XTP_STATICLINK to link statically to Toolkit Pro (12.1 or 13.0). The full blown toolkit dll is so much bigger than my app linked statically to the toolkit.
I am using resource dlls to provide localized versions of my strings, dialogs and so on.
In my main executable's rc file I added this:
"#include ""XTToolkitPro.rc"" // non-Microsoft Visual C++ edited resources\r\n"
How do I integrate and use localized resources from Toolkit Pro into my resource dlls?
Currently I see only english texts from Toolkit Pros components, as e.g. the context menu on command bars shows Customize...
Thanks for your help,
Sven
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 February 2009 at 1:25am |
|
Hi,
In resource dlls add
#define _XTP_RESOURCE_LANGUAGE de
#include "XTToolkitPro.rc"
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
SvenC
Groupie
Joined: 02 February 2007 Status: Offline Points: 79 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 February 2009 at 3:20am |
|
Works. Thanks a lot, |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |