IMPORTANT UPDATE: The question is about the framework binaries, which the dialog below mentions, and not about the dialog at all.
When I create an empty service application in Delphi, it warns me that linkage to framework binaries will have to be handled manually then.
I tried to google what these framework binaries are, but found nothing valuable except questions about what the dialog is.
Does anybody know what are these binaries, where they are, and how can I link to them manually?
Here is the text of the dialog:
---------------------------
Confirm
---------------------------
Unit "Unit6.pas" references the "Visual Component Library" framework, but the project currently has no framework assigned. Do you want to enable the "Visual Component Library" framework for this project?
(Not enabling the proper framework may require unit scoping, ambiguities, and linkage to framework binaries to be handled manually)
---------------------------
Yes No Cancel
---------------------------