Integer Man
New member
Im developing an application that consists of a core user interface module and multiple content modules that plug into that core user interface and fill up the application workspace. Id like to design the program so I can later add a .dll in the folder, update a .dat file (or something) and have the program automatically detect and load the new module on launch. Is this a pipe dream? My fallback plan is to have the core user interface .dll be called by a launcher module. That way, I can manually load the different modules from the launcher and update only the launcher module when Im adding new modules. Anyone got any ideas?