TunaAdmiral
MIS
Here's a noob question for you.
Lets say I have written an email class that is used by hundreds of programs. It's easy enough to add a reference to this class in each program, but what happens if I change the email class 6 months down the road? Do I have to recompile EVERY program that references this class?
Is there a way to roll-out a stand-alone class that can be referenced by hundreds of programs without the need for recompilation everytime a change is made?
Is creating the e-mail class as part of a program that can be called from the hundreds of other programs the only option?
Any help would be appreciated.
- Mikeymac
Lets say I have written an email class that is used by hundreds of programs. It's easy enough to add a reference to this class in each program, but what happens if I change the email class 6 months down the road? Do I have to recompile EVERY program that references this class?
Is there a way to roll-out a stand-alone class that can be referenced by hundreds of programs without the need for recompilation everytime a change is made?
Is creating the e-mail class as part of a program that can be called from the hundreds of other programs the only option?
Any help would be appreciated.
- Mikeymac