Hello!
I have several database utilities that I have written, with many more to come... they all share the same logon screen, and several other functions/procedures. Right now, all of the "shared" code is duplicated in a unit in each project.
Does it make sense to put this stuff in a DLL? Or a package?
Thanks,
Dan
I have several database utilities that I have written, with many more to come... they all share the same logon screen, and several other functions/procedures. Right now, all of the "shared" code is duplicated in a unit in each project.
Does it make sense to put this stuff in a DLL? Or a package?
Thanks,
Dan