I'm defining a DLL interface and have thought to define a class encapsulating the access to a certain DLLs.
This class will load the DLL and access several functions inside it. As all DLL will have the same set of functions, this should be quite straightforward.
All I need is to define a member inside the DLL wrapper class to be a pointer to the DLL function I want to execute. So I do: