Hey everyone,

I have a function that I want to keep updating in the future. However, every time I update the one function, I don't want to have to re-release the entire EXE, so I thought that it would probably be a good idea to drop the function into a DLL and then get the program to automatically download the DLL from a central server on the internet. Essentially, it will then autoupdate, with no probs! However, having put the function in the DLL and compiled the DLL I don't have a clue where to go from here (ie/ how to call the function, how to register the library). Any ideas, guys?

cheers,

Sam