C++ signature changes |
Post Reply |
Author | |
franji1
Groupie Joined: 28 June 2005 Status: Offline Points: 70 |
Post Options
Thanks(0)
Posted: 14 April 2009 at 11:34am |
Is there a document that shows all of the XTP toolkit C++ class signature changes or function renaming from version to version?
The C++ language designers have left a nice hole that C# and I believe Java have covered requiring the override keyword when truly overriding a derived implementation of the same signature, and the virtual keyword for introducing an overloaded name with a completely new signature.
Small changes like parameter type change from WORD to DWORD like here https://forum.codejock.com/forum_posts.asp?TID=1467&KW=signature
and even renamed function like here https://forum.codejock.com/forum_posts.asp?TID=12033&KW=signature
The former is critical, but the latter can be just as bad if our code does not "call back" to the now non-existent override.
We have just upgraded from XTP V10 to V13. It builds, but you never know with potential major issues described here.
Product: Xtreme ToolkitPro version 13.0.0
Platform: Windows Vista Ultimate 32bit - SP1 Language: Visual Studio C++ 2008 |
|
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 |