Archive
Archive for April, 2012
CTreeOptionsCtrl v1.72
April 29, 2012
Comments off
Just to let everyone know that v1.72 of CTreeOptionsCtrl has been released. Updates for this version include:
- Updated copyright details.
- Updated sample project settings to more modern defaults
- Code now compiles cleanly using Code Analysis (/analyze)
- When the parent node of a group of checkboxes is also a checkbox (e.g. the Node "Security" in the test app) the parent is checked / unchecked depending on the status of its children whenever a child is modified in the GUI. This previously worked ok when you changed the checkmark of a child in the GUI by mouse or keyboard, but it doesn’t work if the change is made programmatically (via SetCheckBox or by means of the referenced boolean variable). The code has now been updated to handle this anomaly. Thanks to Michael Oerder for providing this nice update.
Categories: Web Site Updates
DtWinVer v1.86
April 28, 2012
Comments off
Just to let everyone know that v1.86 of DtWinVer has been released. Updates for this version include:
- Updated copyright details.
- My guess from last year was correct! Windows codename Server "8" will become Windows Server 2012. The code has been updated to reflect this announcement from http://www.microsoft.com/en-us/news/Press/2012/Apr12/04-17MMSDay1PR.aspx.
- Updated code to refer to Windows codename "8" as Windows 8 based on information from http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/04/16/announcing-the-windows-8-editions.aspx.
- Removed tests for Windows 8 (Home Basic), Windows 8 (Home Premium), Windows 8 (Ultimate) from code.
- Added support for the following Product types: PRODUCT_PRERELEASE, PRODUCT_PRERELEASE_N, PRODUCT_PRERELEASE_ARM, PRODUCT_PROFESSIONAL_PLUS, PRODUCT_ENTERPRISE_EVALUATION, PRODUCT_STANDARD_EVALUATION_SERVER, PRODUCT_DATACENTER_EVALUATION_SERVER, PRODUCT_ENTERPRISE_N_EVALUATION, PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER, PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER, PRODUCT_MULTIPOINT_STANDARD_SERVER, PRODUCT_MULTIPOINT_PREMIUM_SERVER & PRODUCT_THINPC, PRODUCT_EMBEDDEDINDUSTRY, PRODUCT_EMBEDDEDA, PRODUCT_EMBEDDEDINDUSTRYA, PRODUCT_EMBEDDEDAUTOMOTIVE, PRODUCT_EMBEDDEDE, PRODUCT_EMBEDDEDINDUSTRYAE & PRODUCT_EMBEDDEDINDUSTRYE
- Added support for Windows RT based on information from http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/04/16/announcing-the-windows-8-editions.aspx.
Categories: Web Site Updates
CSortedArray / CSortedArrayEx v1.45
April 20, 2012
Comments off
Just to let everyone know that v1.45 of CSortedArray / CSortedArrayEx has been released. Updates for this version include:
- Addition of a FindOrderedInsertIndex method. This new method returns the index which an item would be inserted at if OrderedInsert was called with the same element without actually inserting the item. Thanks to Michael Stephenson for providing this nice addition.
Categories: Web Site Updates