Question Replacing existing DLLs.

DalexL

Active member
Joined
Jul 3, 2010
Messages
34
Programming Experience
3-5
I want to replace a DLL with a new DLL that provides similar functionality. I don't want to have to recreate the entire DLL, is there a way that I can route any requests to the library that I don't include over to the real DLL?

Thanks if you can help!
 
Back
Top