Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Backward compatibility problems v8.70
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Backward compatibility problems v8.70

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


Joined: 22 April 2004
Location: Norway
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frode Quote  Post ReplyReply Direct Link To This Post Topic: Backward compatibility problems v8.70
    Posted: 22 April 2004 at 4:19am

Hello.

After upgrading from XTPToolkitPro v. 8.61 to v.8.70 I got the following problems:

1. The WinZipTheme.cpp/.h file I got from Codejock is not compiling:
DrawImage(pDC, pt, pImage, bSelected, bPressed, bEnabled, bChecked, FALSE);
must be replaced by:
DrawImage(pDC, pt, CSize(szIcon.cx, 0), pImage, bSelected, bPressed, bEnabled, bChecked, FALSE);
The "CSize sz" parameter is not well documented - only in the funtion description.

2. The OnTabbarMouseMsg (ON_MESSAGE(WM_XTP_PRETRANSLATEMOUSEMSG, OnTabbarMouseMsg)) function must be updated - found new code in one of the Codejock samples.

3. The CInplaceMaskEdit::SelectConstraint function in the CustomItems.cpp in the GridSample is not compiling:
GetCurrent and SetCurrent is no longer a memebers of CXTPItemConstraints.

Best regards
Frode Gorseth

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 22 April 2004 at 2:34pm

1. As you can see WinZip sample, WinZip theme doesn't necessary now

2. We remake most of CXTPTabClientWnd, there was no way to support Backward compatibility

3.Masked functions now the part of sources of PropertyGrid.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.