Assumption: project built in debug version
Steps:
1. Build an empty workspace.
2. Insert CxImage project, jpeg project etc. into the workspace.
3. Add new project to workspace, for example, named demo project, of MFC Single Document type.
4. Set demo project as active project.
5. Project->Settings->C/C++,
5.1 Code Generation->Use run-time library: Multithreaded DLL
5.2 Precompiled Headers: Not using precompiled headers
5.3 Preprocessor: Addtional include directories: ../cximage
6. Project->Settings->Link, Object/library modules: ../jpeg/Debug/jpeg.lib, etc.
7. Project->Dependencies, make demo project depend on the following projects: CxImage, jpeg, etc.
8. In demo project where uses CxImage, for example, demo.h file, #include "ximage.h", and use CxImage functions in your source file.
9. Compile and Link demo project, and enjoy!