Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - [solved] Codejock hijacked the Gdiplus namespace
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] Codejock hijacked the Gdiplus namespace

 Post Reply Post Reply
Author
Message
Alex G. View Drop Down
Groupie
Groupie


Joined: 22 December 2004
Location: Germany
Status: Offline
Points: 74
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex G. Quote  Post ReplyReply Direct Link To This Post Topic: [solved] Codejock hijacked the Gdiplus namespace
    Posted: 22 September 2017 at 9:22am

Hello,

I had a hard time to integrate the latest build 18.x.

We also use parts of the original Gdipus from MS for our app.

Why didn't you use an own namespace for your copy?

My solution was to rename the CodeJock Gdiplus namespace in the codebase.

static Gdiplus::Status GdipCreateBitmapFromHICON_Fixed(HICON hicon, Gdiplus::Bitmap** bitmap);

to 

static XtpGdiplus::Status GdipCreateBitmapFromHICON_Fixed(HICON hicon, XtpGdiplus::Bitmap** bitmap);

I would be very kind to come up with something similar in one of the next releases.

Regards
Alex
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 25 September 2017 at 11:01am
Hello Alex,

This has been reverted in 18.0.1, there is no XtpGdiplus anymore.

Regards,
 Oleksandr Lebed
Back to Top
Alex G. View Drop Down
Groupie
Groupie


Joined: 22 December 2004
Location: Germany
Status: Offline
Points: 74
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex G. Quote  Post ReplyReply Direct Link To This Post Posted: 25 September 2017 at 1:30pm
Thank you!
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.156 seconds.