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 (or framework.h) with #include"BCGCBProInc.h"
- Make all required renames using the following grid: https://bcgsoft.com/Support/DevArea/BCGControlBarPro_MFC_Class_Relation or add #include "BCGPMFCMigrate.h" after #include"BCGCBProInc.h".
- Remove other MFC Feature Pack includes such as afxwinappex.h or afxdialogex.h.
- Clean-up the application registry branch (or use a new registry path).
Get help for this page
Jitbit HelpDesk