MFC Extension Library
CJ60 Version 6.07 Readme

MFC Extension Library - CJ60Lib ( Updated for Visual C++ 6.0)

This release is the result of your comments, and suggestions. I received several suggestions and bug reports, which I believe most have been addressed and fixed with this release. Please remember there is not a "team" of developers maintaining this code, only I, and it is done in my spare time, so you can expect some bugs. If you have comments or suggestions, feel free to drop me a line at kstowell@codejockeys.com

The original library (MFCXLib) was renamed to CJ60Lib, in order to break any links that may have been established with any applications using the old library, and to establish a version control system. The library has the same functionality as the old one, however, there have been several enhancements for compatibility with Visual C++ 6.0.

Follow these steps to setup your application to use CJ60Lib MFC extension library:

#include <CJ60Lib.h>

In order to statically link to CJ60Lib, make the following changes:

This library was written for version 4.71 or later of comctl32.dll. If you have an older version, you can download the latest version from the Microsoft site. Follow this link if you have an older version of comctl32.dll. It is important to note that the library will not load if your comctl32.dll version is older than 4.71.

Build errors, what to do:

If you receive the following build error "#error : CJ60Lib requires a newer version of the SDK than you have!", this means that you most likely are using Visual C++ 5, and either do not have the platform SDK installed, or you have an older version. You will need to download the latest version from Microsoft. To get it, follow this link.

If you receive the following build error " Error: Can't find file CJ60Libd.lib." This means you haven't built the library yet. YOU NEED TO BUILD the library first, this will generate the .lib and .dll files needed by the examples.

Disclaimer:

This source code in this library may be used in compiled form in any way you desire, Source file(s) may be redistributed unmodified by any means PROVIDING they are not sold for profit without the authors expressed written consent, and providing that this notice and the authors name and all copyright notices remain intact. If the source code is used in any commercial applications then a statement along the lines of:

"Portions Copyright © 1998-99 Kirk Stowell" must be included in the startup banner, "About" box or printed documentation. An email letting me know that you are using it would be nice as well. That's not much to ask considering the amount of work that went into this. This software is provided "as is" without express or implied warranty. Use it at your own risk! The author accepts no liability for any damage/loss of business that this product may cause.

+ Components found in the library

+ Library class overview

+ Acknowledgements

+ What's new in this release

This page was last updated on 03/14/99.