Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - XTToolkitPro.rc question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XTToolkitPro.rc question

 Post Reply Post Reply
Author
Message
vlad View Drop Down
Newbie
Newbie


Joined: 19 April 2004
Location: Canada
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote vlad Quote  Post ReplyReply Direct Link To This Post Topic: XTToolkitPro.rc question
    Posted: 19 April 2004 at 12:21pm

Just wondering, why at some point the structure of the file has been changed. In v.8.6 this file had definitions for all supported languages. By putting one line, like:
#define _XTP_TARG_DEU
we were able to use german resources. Now this file has only English includes, so we have to create a separate file (ex: xttoolkitpro.de.rc) for each language we want to use.

P.S.  It was an error in the file, I think. We modified
#elif _XTP_TARG_DEU
to
#elif defined(_XTP_TARG_DEU)
and with this change everthing was working great.

Thanks.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.