Release-Notes |
Post Reply |
Author | |
Daniel
Groupie Joined: 20 June 2006 Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 19 February 2010 at 3:48am |
Hi, is it possible to add a new section in the CodeJock-Release notes for changes which could potentially break existing app which works with older versions of the library? For example: in the current beta you changed one virtual function in CXTPReportControl: the old version: virtual void OnBeginDrag(CPoint point);
the new version: virtual void OnBeginDrag(CPoint point, UINT nFlags); This will break existing app if they override this function. The developer will not get any warning or error since everything compiles fine, but the app will NOT work as expected since this small change. So it would be a great help to have a section with changes like this one. Daniel |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Hi,
You are right, we do try to keep the toolkit backwards compatible. Thank you for this catch. This will be included with 14.0 Please try this and see if it works as expected. We made quit a few additions to OnBeginDrag. //Add to XTPReportcontrol.cpp void CXTPReportControl::OnBeginDrag(CPoint point) { OnBeginDrag(point, 0); } //Add to XTPReportControl.h virtual void OnBeginDrag(CPoint point); |
|
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
|
I have to note that Drag&Drop support of the report control changed in other parts in a tremedous way - compared to version 12.1.1!
I opened an issue 3 days ago and requested a 'what has changed and breaks code' documentation, but I got no response until now! At the moment I ask myself, what's codejocks bug tracker for... |
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
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 |