In the past, we used Delphi for development. Recently, we need to use C ++ builder to develop some small software. BCB can use the Delphi source code, so we can add it directly, because some raize controls are used in Delphi's pas source code, raize needs to be installed in BCB. After several twists and turns, raize is finally installed in BCB, but it is compiled in D uxtheme. two Need A identifier to declare errors are displayed in HPP. Modify as follows:
Typedef Enum propertyorigin
{
Po_state, // property was found in the State Section
Po_part, // property was found in the Part Section
Po_class, // property was found in the class section
Po_global, // property was found in [globals] Section
Po_notfound // property was not found
} Propertyorigin;
Typedef Enum themesize
{
Ts_min, // minimum size
Ts_true, // size without stretching
Ts_draw // size that theme Mgr will use to draw part
} Themesize;
Compiled.