- to be short, ElDiablo is a multi-threaded host-process to launch and manage your .dlls doing something less or more useful. (https://en.wikipedia.org/wiki/Daemon_(computing)). It has enough advantages against all other ways to handle such (typically small) programs.
By structure It is similar to common plugin-based system which you can see in many apps, but unlike typical plugin interface, this is extremely simple, clear and brings almost no any limits or rules to follow. The idea is to write your dlls as they are standalone executables.
For now you can get it here (http:/geocities.ws/lunasole). Also several "daemons" included with their sources.
Additionaly, check readme.txt for more info.
// the host itself is closed-source while I'm interesting to write it by myself
Have fun if find it useful/interesting
