Nate Bross
Contributor
Okay, so as the title implies, I have a program that has functionality that will be changing frequently.
What I'm wondering, is what you guys think the best way to do this is. I have a program calling a dll (both that I've written). The dll will change slightly from time to time. So what I want, is for the user to be able to copy/paste a dll into my program folder overwriting the existing one. and/or have an updater app that downloads the dll from a website and automatically overwrites the old dll.
Obviously I'll be using an interface which wont change, but the way the function(s) do their work will change.
What is the best way to have my program call this dll?
What I'm wondering, is what you guys think the best way to do this is. I have a program calling a dll (both that I've written). The dll will change slightly from time to time. So what I want, is for the user to be able to copy/paste a dll into my program folder overwriting the existing one. and/or have an updater app that downloads the dll from a website and automatically overwrites the old dll.
Obviously I'll be using an interface which wont change, but the way the function(s) do their work will change.
What is the best way to have my program call this dll?