Hi,
I was wandering if someone could tell me how i would go about this, or at least point me in a direction?
For a program that I need to develop, it need to perform a set of operations on a specific set of task.
However each task is similar but different, in the way that operations on Task A is done in a different pattern to the operations done on task B.
And the operations on any given specific task can change.
So I need or would like to develop a program that has a core system and a set of modules, each module performing for a different task. That way if a specific task changes I can simple modify its corresponding module file instead of have to change, recompile and distribute the entire program again, simple modifying the required module file distributing that.
I have looked at dll file idea however i would like the core system to be the exe file and not a single dll file linking multiple exes.
Any help would be great.
Thanks Guys
CrazyProgrammer 0 Light Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
CrazyProgrammer 0 Light Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
CrazyProgrammer 0 Light Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
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.