5,784,478 members and growing! (17,384 online)
Email Password   helpLost your password?
Platforms, Frameworks & Libraries » MFC » Open Source Ultimate Toolbox     Intermediate License: The Code Project Open License (CPOL)

The Ultimate Toolbox - Updates and User Contributions

By Jerry Evans, The Ultimate Toolbox

Updates and User Contributions for the Ultimate Toolbox Libraries
C++ (VC6, VC7, VC7.1, VC8.0, C++), Windows (Windows, NT4, Win2K, WinXP, Win2003), Win32, MFC, Dev

Posted: 22 Apr 2008
Updated: 26 Dec 2008
Views: 25,021
Bookmarked: 60 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
14 votes for this Article.
Popularity: 4.54 Rating: 3.96 out of 5
0 votes, 0.0%
1
2 votes, 15.4%
2
1 vote, 7.7%
3
2 votes, 15.4%
4
8 votes, 61.5%
5

Overview

Welcome to the Ultimate Toolbox Updates and Contributions page.

This page is intended to help collate and centralize user contributions as well as beta updates to the core source code for each of the Ultimate Toolbox, Ultimate Grid, and Ultimate TCP/IP libraries.

We'd like this page to become a central point for submissions of various enhancements and fixes to the Ultimate Toolbox. Those of you who have code that will help others can forward submissions to any of the co-authors of this page.

Those wishing to take a more active role can become co-authors, and help to collate and maintain the code base and user submissions.

What can I contribute?

Pretty much anything that enhances or fixes code in the Ultimate Toolbox. A simple zip of a class file can be posted here for review before inclusion into an update. All we ask is that changes are reasonably commented and documented.

Links to user submitted articles relating to the Ultimate Toolbox can be collated here as well.

We're keeping this fairly open to start - comments and suggestions, as always, most welcome.

Updates and Contributions

Ultimate Toolbox Update 01
Download: UltimateToolbox93_Src_Update01.zip (183k)
Submitted by: Various
Compiled by: Tim Deveaux
Date: April, 2008
Comments: This is the first update of the Ultimate Toolbox source files based on user submitted corrections and enhancements. Only the affected source and header files are included, along with an updated ChangeHistory.htm. NOTE: VS2008 corrections have not been addressed in this update.
Status: Beta - these files are not yet incorporated into the main Ultimate Toolbox source code download.

Ultimate Toolbox Update 02
Download: UltimateToolbox93_Src_Update02.zip (193k)
Submitted by: Various
Compiled by: Tim Deveaux
Date: July, 2008
Comments: This update incorporates VS2008 compilation changes based on user submitted corrections and enhancements. Only the affected source and header files are included, along with an updated ChangeHistory.htm. NOTES: Remaining Vista issues are not addressed in this update. Docking windows functionality may be affected by the move to MFC 8.0 compilation.
Requirements: This update assumes Update 01 has been applied.
Status: Beta - these files are not yet incorporated into the main Ultimate Toolbox source code download.

 

Ultimate Toolbox Update 03
Download: UltimateToolbox93_Src_Update03.zip (719k)
Submitted by:  
Compiled by: Tim Deveaux
Date: October, 2008
Comments: This update incorporates 64-bit compilation changes to the core source code based on suggested corrections and enhancements. 

The goal of this update is to allow compilation for 64-bit while retaining 32-bit compatibility with earlier (VC6, VS2003, VS2005) compilers, so that we can continue to maintain one codebase.

Only the affected source and header files are included, along with an updated ChangeHistory.htm.
 

Requirements: This update assumes Update 01 and Update 02 have been applied.
Status: Alpha - The changes in this download have not been tested on a 64-bit platform - they allow compilation in 64-bit. Compiled using the cross compiler in VS2008. They are offered here for testing. Updates to the sample projects are not included.

These files are not yet incorporated into the main Ultimate Toolbox source code download.

Ultimate Grid - OutlookStyle Demo (corrections)
Download: OutlookDemoUpdate.zip (65k)
Reported by: ehaerim
Compiled by: Tim Deveaux
Date: August, 2008
Comments: This is a update with corrections for the OutlookStyle demo contained in the samples download for the Ultimate Grid. The project uses files from the Ultimate Toolbox source, and shipped with incorrect paths to these files.
  • The projects now assume the Ultimate Toolbox directory is at the same level as the Ultimate Grid, and uses the correct relative paths.
  • The projects were previously referencing files not required for compilation, two of which are not included in the Ultimate Toolbox source download.
  • The CCellTypeOutlook class is renamed to COutlookGrid.
  • The CelltypeOutlook.cpp and .h files are replaced with OutlookGrid.cpp and .h.

The demo shows the grid set up for Outlook style message selection, with read/unread and flag bitmaps etc, and highlights the use of the CUGExpandType, CUGCTOutlookHeader, CUGCTMail, and CUGCTMailSort celltypes.

Requirements: Assumes the Ultimate Toolbox source and include files are installed along with Ultimate Grid.
Status:

Corrections to the existing demo.

Ultimate Grid Update 01
Download: UltimateGrid72_Src_Update01.zip (126k)
Submitted by: Various
Compiled by: Tim Deveaux
Date: September, 2008
Comments: This is the first update of the Ultimate Grid source files based on user submitted corrections and enhancements. Only the affected source and header files are included, along with an updated ChangeHistory.htm. 
Status: Beta - these files are not yet incorporated into the main Ultimate Grid source code download.

Ultimate Grid Update 02
Download: UltimateGrid72_Src_Update02.zip (163k)
Submitted by:  
Compiled by: Tim Deveaux
Date: November, 2008
Comments: This update incorporates 64-bit compilation changes to the Ultimate Grid core source code, celltypes, edit controls, and datasource classes based on suggested corrections. 

The goal of this update is to allow compilation for 64-bit while retaining 32-bit compatibility with earlier (VC6, VS2003, VS2005) compilers, so that we can continue to maintain one codebase.

Only the affected source and header files are included, along with an updated ChangeHistory.htm.

Requirements: Assumes Update 01 has been applied.
Status: Alpha - The changes in this download have not been tested on a 64-bit platform - they allow compilation in 64-bit. Compiled as x64 using the cross compiler in VS2008. They are offered here for testing. x64 configurations for the library builds and sample projects are not included.

These files are not yet incorporated into the main Ultimate Grid source code download.  

 

Ultimate TCP/IP Update 01
Download: UltimateTCP-IP42_Src_Update01.zip (55k)
Submitted by:  
Compiled by: Tim Deveaux
Date: November, 2008
Comments: This update incorporates incorporates some minor changes based on testing in VS2008 and 64-bit. 

This update incorporates the initial changes needed for compilation in VS2008 and 64-bit while retaining 32-bit compatibility with earlier (VC6, VS2003, VS2005) compilers.

Only the affected source and header files are included, along with an updated ChangeHistory.htm. 

Status: Alpha - The changes in this download have not been tested on a 64-bit platform - they allow compilation in 64-bit. Compiled using the cross compiler in VS2008. They are offered here for testing. Updates to the sample projects are not included.

These files are not yet incorporated into the main Ultimate TCP-IP source code download.

 

Ultimate TCP/IP Update 02
Download: UltimateTCP-IP42_Src_Update02.zip (143k)
Submitted by: Various
Compiled by: Tim Deveaux
Date: December, 2008
Comments: This update incorporates incorporates changes and fixes as submitted/suggested by the Code Project community. 

Only the affected source and header files are included, with the exception of revisions to the secure mail client example (MailClientS). The ChangeHistory is updated.

Issues addressed include support for UTF8 based mail messages for Unicode enabled apps, and improvements for SMTPS, IMAPS, and POP3S client connections. 

Status: Beta - these files are not yet incorporated into the main Ultimate TCP-IP source code or samples downloads.

 

 

History

Initial CodeProject release April 2008.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Authors

Jerry Evans



Occupation: Architect
Location: United Kingdom United Kingdom

The Ultimate Toolbox


In January 2005, David Cunningham and Chris Maunder created TheUltimateToolbox.com, a new group dedicated to the continued development, support and growth of Dundas Software’s award winning line of MFC, C++ and ActiveX control products.

Ultimate Grid for MFC, Ultimate Toolbox for MFC, and Ultimate TCP/IP have been stalwarts of C++/MFC development for a decade. Thousands of developers have used these products to speed their time to market, improve the quality of their finished products, and enhance the reliability and flexibility of their software.
Occupation: Web Developer
Location: Canada Canada

Other popular MFC articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 10 of 10 (Total in Forum: 10) (Refresh)FirstPrevNext
GeneralBug in COXComboPickerCtrlmemberPsychoChris11:30 5 Jan '09  
GeneralRe: Bug in COXComboPickerCtrleditorTim Deveaux1 hr 45mins ago 
GeneralThanks for the VS2008 updatesmemberpdm19996:22 7 Dec '08  
GeneralUltimate Grid Update 02 - 64-biteditorTim Deveaux10:19 19 Nov '08  
GeneralUltimate Toolbox Update 03 - 64-biteditorTim Deveaux7:32 31 Oct '08  
GeneralWelcome JerryeditorTim Deveaux14:23 3 Sep '08  
GeneralBug in UGCtrl.cppmemberJohnBarnes28584:19 8 Aug '08  
GeneralUltimate Grid / VS 2008 [modified]editorTim Deveaux14:54 19 Jun '08  
GeneralRe: Ultimate Grid / VS 2008membermatakk@126.com4:48 21 Aug '08  
GeneralRe: Ultimate Grid / VS 2008editorTim Deveaux7:00 21 Aug '08  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 26 Dec 2008
Editor: Tim Deveaux
Copyright 2008 by Jerry Evans, The Ultimate Toolbox
Everything else Copyright © CodeProject, 1999-2009
Web18 | Advertise on the Code Project