How do you design plug-ins? Any plug-ins for that matter. just need help starting off. If someone could reply, pliz :confused:

Recommended Answers

All 2 Replies

Define a plugin interface carefully and then design your program to be able to execute that interface.
Then create a system to register plugins with the program and add them to your user interface.

Think command pattern.

Thanks for the help. Although am not a pure Computing Science student, I think my group members and I will be able to do something on it now, thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.