![]() |
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. |
Begin by checking the functions LoadLibrary(...) and GetProcAddress(...) functions out.
|
Thank you, this seem to be sufficent. :)
|
| All times are GMT -5. The time now is 1:47 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC