![]() |
How include resources when linking_XTP_STATICLINK |
Post Reply
|
| Author | |
rocco
Newbie
Joined: 01 December 2003 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: How include resources when linking_XTP_STATICLINKPosted: 20 July 2006 at 9:07am |
|
Which is the correct way to include language dependend resources when linking XTP with _XTP_STATICLINK. I'm using VC6 and XTP 10.2
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 July 2006 at 1:47pm |
|
Hi, only manually include all modles:
#include "PropertyGrid/res/Resource_xxx.rc" // _XTP_INCLUDE_PROPERTYGRID
#include "CommandBars/res/Resource_xxx.rc" // _XTP_INCLUDE_COMMANDBARS #include "DockingPane/res/Resource_xxx.rc" // _XTP_INCLUDE_DOCKINGPANE #include "Controls/res/Resource_xxx.rc" // _XTP_INCLUDE_CONTROLS #include "TaskPanel/res/Resource_xxx.rc" // _XTP_INCLUDE_TASKPANEL #include "ShortcutBar/res/Resource_xxx.rc" // _XTP_INCLUDE_SHORTCUTBAR #include "ReportControl/res/Resource_xxx.rc" // _XTP_INCLUDE_REPORTCONTROL #include "Calendar/res/Resource_xxx.rc" // _XTP_INCLUDE_CALENDAR #include "TabManager/res/Resource_xxx.rc" // _XTP_INCLUDE_TABMANAGER #include "Ribbon/res/Resource_xxx.rc" // _XTP_INCLUDE_RIBBON Guess we will add some macros for next release. Good question. :)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
rocco
Newbie
Joined: 01 December 2003 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 July 2006 at 11:55am |
|
thanks!!
|
|
![]() |
|
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 |