The build process creates the CBShelLExt.dll. There are two important setups for this build:
- Debug
Creates an build for Debug perpose. This build also register the DLL with every compile session. The right build for "productive" use is allways the release build. This also creates the DLL in the folder bin. The release build also unregister the debug version of CBShelLExt.
- Release
This build creates the productive version of CBShellExt in the directory bin. Use this build for distribution.
Both builds use DOC++ to create the project help (this pages). docxx must exist in the windows search path. If you dont have docxx, exlude the file CBShellExtMain from build (in the project settings) or download: URL{http://www.sourceforge.net/projects/docpp}.
Refer to: How to Install CBShelLExt.