[solved] Codejock hijacked the Gdiplus namespace |
Post Reply |
Author | |
Alex G.
Groupie Joined: 22 December 2004 Location: Germany Status: Offline Points: 74 |
Post Options
Thanks(0)
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
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello Alex,
This has been reverted in 18.0.1, there is no XtpGdiplus anymore. Regards, Oleksandr Lebed |
|
Alex G.
Groupie Joined: 22 December 2004 Location: Germany Status: Offline Points: 74 |
Post Options
Thanks(0)
|
Thank you!
|
|
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 |