Trial Edition (C++ Builder)
Installation instructions for uniGUI (C++ Builder)
Configure packages for C++ Builder and build
In the project group there are several Delphi packages. Before building these packages we need to make a small change to package configuration.
Note: Starting with uniGUI version 1.90.0.1537 all packages are modified so they will generate all C++ related files by default. If you are installing version 1.90.0.1537 or later then you can skip this package-configuration step.
Before building packages, for all uniGUI packages go to Options -> Linker and select/set Generate all C++Builder Files as shown below.
(If your Delphi version supports more than one platform make sure to set the Target to All configurations - All platforms.)

The configuration screen may change between different Delphi versions. For example, the above picture is from Delphi XE4 while the picture below is from Delphi 10.3.2.

Now build all of the packages starting from SynEdit_Rxxxx.bpl. You can run the IDE Build All command for the whole project group.
Important: Do not select Clean All or Clean commands for any of the uniGUI packages. This will delete all pre-compiled DCU files from the DCU folder and you will have to install uniGUI again.

Install design-time packages
After building all packages, install the design-time packages by right-clicking and selecting Install in the following order:
SynEdit_D20xx.bpluniGUIxxdcl.bpluniGUIxxChartdcl.bpl(Starting from build 1597 this package is no longer available)uniGUIxxmdcl.bpl(Plus/Complete Editions only)

Several new components will be installed:




Now the installation is completed. You can proceed to running demos or creating new uniGUI projects.







