Skip Navigation LinksBCGSoft > Release Notes > Version Release Notes

Release Notes

BCGSuite for MFC

Version: 37.2. Released: 12/03/2025

  1. We have implemented Visual Studio 2026 support for both retail and evaluation product versions. The pre-built evaluation libraries and DLLs for Visual Studio 2026 are fully tested and uploaded to our servers. If you don't have the active product subscription but would like to verify your product built with one of the former versions of our libraries in Visual Studio 2026, please download the 30-day fully functional evaluation version.
  2. Edit control
    1. Improved colors in the dark themes: the editor foreground colors (specified in the language settings XML file) have more contrast now and are easily readable when the edit control has a dark background (see screenshot).
    2. Enhanced supported color formats in the XML file for language settings. In addition to the previously supported basic color names and 'rrggbb,' we have added the Web color name support and the '#rrggbb' and '#rgb' formats.
  3. Miscellaneous
    1. MSAA: If the accessibility support is disabled in the global data, the EnableActiveAccessibility method is not automatically called anymore. This problem was in some specific classes, such as CBCGPButton, CBCGPListBox, and others.
    2. CBCGPGraphicsManager and CBCGPPyramidChartImpl: improved the 3D pyramid appearance (see screenshot).
  4. Fixes
    1. CBCGPSliderCtrl: addressed some issues with incorrect tick mark positions when the control has the TBS_AUTOTICKS style.
    2. CBCGPPropertySheet: omitted an unnecessary tree control scroll after the property page activation by clicking the tree node.
    3. CBCGPCalculator: fixed the bug with incorrect processing of the '.' character in the environments where the decimal point is displayed as ',' or another symbol.
    4. CBCGPBreadcrumb: if the breadcrumb item has user-defined data, this data is assigned to the drop-down corresponding menu item.
    5. CBCGPChartVisualObject: addressed issues with the incorrect location of the data labels in the pyramid and funnel charts in specific cases.