Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - C++ signature changes
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

C++ signature changes

 Post Reply Post Reply
Author
Message
franji1 View Drop Down
Groupie
Groupie
Avatar

Joined: 28 June 2005
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote franji1 Quote  Post ReplyReply Direct Link To This Post Topic: C++ signature changes
    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
 
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
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.188 seconds.