External modules security
- by Jlouro
I am developing some external modules for an application.
These modules are BPL files and if present in the application folder the application loads them and uses whatever is available inside.
How can I prevent the sharing of these modules by my clients?
I need them to be authorized to use the modules (module by module).
To have some sort of license, registration of the module, what is the best method?
Thanks