Dynamic linking a dll
I want from my application choose a dll file from a directory, and see witch
functions the dll have, run one of them and get the result of the function.
The objective is could have more than one dll available with different
functions available, to customize some operations, operations that could be
specific to a costumer.
This way, my application could dependently of the costumer, choose a
customized function/dll that what run to do a particular operation.
How can I do this?
Thanks,
Rui Oliveira