How can I switch my existing MFC application to BCGControlBar library?
If you application is based on MFC "Feature Pack" classes:
- Replace #include <afxcontrolbars.h> in your stdafx.h with #include"BCGCBProInc.h"
- Make all required renames using the following grid: https://www.bcgsoft.com/doc/BCGControlBarPro_MFC_Class_Relation.htm
- Clean-up the application registry branch (or use a new registry path).