I'm a newbie, trying to install the Drag and Drop Component Suite into the Delphi Community Edition. Here's what I did:
- I cloned the repository.
- As instructed, in the Packages folder, I found the design time package for Delphi 10.3, opened it in Delphi, compiled and then installed the resulting file.
The new components show up on my component palette. I can drop them onto another project. However, if I compile the project I get a message saying the DragDrop unit's not found.The author's directions for installing the unit include "Locate the Library sub-folder that matches your version of Delphi. Add it to the Delphi library search path."
This is clearly the issue and also the part of the process I don't know how to do, it would seem. In addition, after compiling and installing the Drag and Drop Component Suite, when I look in the component's source folder the Library
sub-folder (which was part of the original repository) is empty. (Did I compile the source correctly? Should there be files created in the Library
folder after compiling?)