View Single Post
Old Feb 10th, 2007, 10:30 AM   #1
cCj
Newbie
 
Join Date: Mar 2006
Posts: 11
Rep Power: 0 cCj is on a distinguished road
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.
cCj is offline   Reply With Quote