I have a C++ DLL and need to load it and call some of it functions
from another C++ program.
I only know name of DLL and nothing else.

What is the best way to load DLL and call its functions providing
I do not have nor .lib file , or any functions from that DLL.
Thank ya all !