avatar  


Recently viewed tickets

Log out

How can I switch my existing MFC application to BCGControlBar library?

If you application is based on MFC "Feature Pack" classes:
  1. Replace #include <afxcontrolbars.h> in your stdafx.h (or framework.h) with #include"BCGCBProInc.h"
  2. 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".
  3. Remove other MFC Feature Pack includes such as afxwinappex.h or afxdialogex.h.
  4. Clean-up the application registry branch (or use a new registry path).
The detailed list of required steps is located here:

Creation date: 10/16/2016 11:26 AM ()      Updated: 2/21/2026 4:33 PM (support)