How can I write my program so that it can be extended by adding .DLLs to the exe directory? I have a program that lets the user select an algorithm to run on a certain data set.
As we are adding new algorithms all the time it would be good just to write a new DLL (Class library) and drop it into the exe path of the program on each user's PC.
Is this possible?




Reply With Quote