ControlsDemo

Issue #84 resolved
Chris Rolliston created an issue

The Unit Output Directory setting for the ControlsDemo example project is the following:

$(crossvcl)\Lib\$(ProductVersion)\$(Platform)\$(Config)

Since I don't run the IDE as administrator, this causes compiling to fail. The setting instead needs to be this, i.e. the the usual Delphi default:

.\$(Platform)\$(Config)

Comments (2)

  1. Log in to comment