On 2016-12-01 03:24, Alan Bourke wrote:
Put it in a single .PRG in a folder somewhere, and just add it to the project file for the projects you want to use it in, so that it gets built into the EXE or APP?
Don't see why it has to be a discrete DLL or EXE.
It needs to NOT be built into the EXE in case I want to change something and don't want to rebuild the main EXE. I chose the "discrete" external route because I don't want the code "visible" to anyone.