Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Upgrade to ToolkitPro changes dependency on IE
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Upgrade to ToolkitPro changes dependency on IE

 Post Reply Post Reply
Author
Message
DavidH View Drop Down
Groupie
Groupie


Joined: 24 March 2007
Status: Offline
Points: 58
Post Options Post Options   Thanks (0) Thanks(0)   Quote DavidH Quote  Post ReplyReply Direct Link To This Post Topic: Upgrade to ToolkitPro changes dependency on IE
    Posted: 24 August 2011 at 2:46pm
I've just moved from CommandBars to ToolkitPro.

Problem is that customers that are on XP and only have IE6, can't run my program anymore because of a missing normaliz.dll (part of IE7 and up). Clearly it's solved when they upgrade IE. So this dll is not needed with CommandBars, but is required with ToolkitPro.

Of course I can ask all my customers to upgrade, but perhaps there is a way to remove this dependency introduced by the switch from Command bars to ToolkitPro? It seems that many people never upgraded their Internet Explorer since they installed XP and it really makes a bad impression when people first run my trial version.


The include for the Toolkit is:

//#define _XTP_EXCLUDE_MARKUP 1
//#define _XTP_EXCLUDE_TABMANAGER 1
#define _XTP_EXCLUDE_GRAPHICLIBRARY 1
//#define _XTP_EXCLUDE_CONTROLS 1
#define _XTP_EXCLUDE_DOCKINGPANE 1
#define _XTP_EXCLUDE_PROPERTYGRID 1
#define _XTP_EXCLUDE_REPORTCONTROL 1
#define _XTP_EXCLUDE_CALENDAR 1
#define _XTP_EXCLUDE_TASKPANEL 1
#define _XTP_EXCLUDE_SHORTCUTBAR 1
#define _XTP_EXCLUDE_SKINFRAMEWORK 1
#define _XTP_EXCLUDE_SYNTAXEDIT 1
#define _XTP_EXCLUDE_CHART 1
#define _XTP_EXCLUDE_FLOWGRAPH 1

#include <XTToolkitPro.h>


David.
Back to Top
DavidH View Drop Down
Groupie
Groupie


Joined: 24 March 2007
Status: Offline
Points: 58
Post Options Post Options   Thanks (0) Thanks(0)   Quote DavidH Quote  Post ReplyReply Direct Link To This Post Posted: 24 August 2011 at 2:57pm
Sorry, never mind.

Something else caused this.

David.
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.117 seconds.