ChartDirector for C++ 7.1 Release Notes
This document describes the enhancements in ChartDirector for C++ 7.1 compared 7.0. For
other versions of ChartDirector, please refer to the
release notes
archive.
What's New
- ChartDirector for C++ 7.1 adds support for the Qt Quick/QML framework. This is in addition
to the MFC and Qt Widgets frameworks that ChartDirector already supports.
Upgrade Considerations
-
ChartDirector for C++ 7.1 is designed to be compatible with previous versions of ChartDirector
for C++, which means existing code should continue to run.
- To upgrade to ChartDirector for C++ 7.1, please update the following files in your project
with the files in ChartDirector for C++ 7.1.
- Update the ChartDirector header files (in ChartDirector/include)
- Update the ChartDirector DLL/shared object (in ChartDirector/lib)
- For MFC projects that use the CChartViewer control, update CChartViewer.cpp
and CChartViewer.h with the ones in "ChartDirector/mfcdemo/helloworld".
- For Qt projects that use the QChartViewer, update QChartViewer.cpp and
QChartViewer.h with the ones in "ChartDirector/qtdemo/helloworld".