Is it possible to make changes to a DLL and recompile it without having to go into every program that calls this DLL and recompile the program as well? If so, how do I do this?

Thanks,