|
Detecting if DLL is available
Hi.
I don't know much about dynamic DLL loading but I'm using a library which DLL is loaded at start in a point that is unknown to me. I dont want to require users for having this library and only if there would be some way to determine if the DLL is installed in the windows OS I could skip the code that uses the DLL's interface.
Thank you, Im sure this isnt a big deal to check, just dont know where to start.
|