B
Brett
I have an app that uses properties and function return values from certain
DLLs. Each DLL returns the same thing but gets it in a different way. An
abstract class is used to access DLLs.
If I need to change code in one of the DLL methods, then recompile it, is
there a way to have the app use the recompiled DLL without shutting down?
What is the correct approach for this?
Thanks,
Brett
DLLs. Each DLL returns the same thing but gets it in a different way. An
abstract class is used to access DLLs.
If I need to change code in one of the DLL methods, then recompile it, is
there a way to have the app use the recompiled DLL without shutting down?
What is the correct approach for this?
Thanks,
Brett