What is the source of the Spelling Checker?
The Spell Checking Engine by Matt Gullett at http://www.codeproject.com/cpp/spellchecker_mg.asp. The code found there has been modified so that it will work with UDP and also new features and minor bug fixes have been added. Many thanks to Matt for making this code freely available. • Where does the grapics support come from? The FreeImage Project at http://freeimage.sourceforge.net/. FreeImage is an Open Source library project for developers who wish to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today’s multimedia applications. Many thanks to the FreeImage Project for this excellent package. • What image formats does UDP support? It supports all the common ones like PNG, BMP, JPEG, TIFF and GIF. It actually supports all the ones FreeImage supports – a full list can be found at http://freeimage.sourceforge.net/features.