This is something new for me, and the question is probably more about the Delphi IDE than the code.
I want to develop a DLL and two applications which will use it.
I made a very basic DLL and a quick dummy app to test it. So far, so good. BUT, all the source was in a single directory.
I feel that I probably ought to have a group project containing three projects (DLL + 2 apps).
But how do I get the apps to use my DLL during the development phase?
I don't want to copy it into the windows system directory while I am in the process of develop it, but when I add it's directory to the app's search path it is not found.
How do I configure my app projects to use the still in development DLL?
[Update] Wow, my quickest ever down-vote. One minute! And, as usual, not even a comment to say how I offended, other than asking for help.
I have googled, and I have read the help. But I can't see how to do it, so am asking for help.