I am interested in making my application(s) have plug-in compatibility. How would I go about implementing this, and how would I create the plug-ins?
Printable View
I am interested in making my application(s) have plug-in compatibility. How would I go about implementing this, and how would I create the plug-ins?
Plug-ins? What do you plan on plugging in to? Plug-in for what?
The most basic thing a can think is that the plug-ins are stand-alone executables. Put the plug-ins in a directory...
Give your main app a menubar or something. Build the menubar runtime (the content in a text-file)... Then your menu-bar can contain links to your plugins without recompiling the main app