Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - [solved] issues in release 18.0
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] issues in release 18.0

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


Joined: 20 April 2009
Status: Offline
Points: 62
Post Options Post Options   Thanks (1) Thanks(1)   Quote lrenoux Quote  Post ReplyReply Direct Link To This Post Topic: [solved] issues in release 18.0
    Posted: 20 July 2017 at 11:03am
Hello,

1.
I noticed some troubles when using 

#include <afxcontrolbars.h>     // MFC support for ribbons and control bars

before

#include <XTToolkitPro.h>   // Codejock Software Components

in our stdafx.h. There are many errors in compilation due to the change you have made between gdiplus and your own new version.

2.
You have made some change in 
XTPThemeDLL()->SetHandle(xtpIniVisualStudio2015Light);
which is now not able to load resource from an rc file but only from VisualStudio2015.dll. I must now call directly 
XTPResourceImages()->SetHandle((HMODULE)NULL, xtpIniVisualStudio2015Light);
Is it working as intent ?

Regards,

L.
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 20 July 2017 at 12:47pm
Thanks for letting us know, we have resolved the problems and will be publishing an update early next week.
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
lrenoux View Drop Down
Groupie
Groupie


Joined: 20 April 2009
Status: Offline
Points: 62
Post Options Post Options   Thanks (0) Thanks(0)   Quote lrenoux Quote  Post ReplyReply Direct Link To This Post Posted: 28 July 2017 at 5:14am
Has been fixed in 18.0.1

Thx a lot !

L.
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.157 seconds.