![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2006
Posts: 11
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#2 |
|
Game engine designer
Join Date: May 2005
Location: Sweden
Posts: 301
Rep Power: 4
![]() |
Begin by checking the functions LoadLibrary(...) and GetProcAddress(...) functions out.
__________________
http://www.klarre.se |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Mar 2006
Posts: 11
Rep Power: 0
![]() |
Thank you, this seem to be sufficent.
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CD-ROm detecting | NightShade01 | Visual Basic .NET | 2 | Jun 11th, 2006 10:41 PM |
| turbo C code for detecting a device | dzyl | C | 2 | Mar 23rd, 2006 6:23 AM |
| Windows XP not detecting my phone/modem | InfoGeek | Other Programming Languages | 12 | Nov 2nd, 2005 11:01 AM |
| Detecting a new line in a txt file | Navid | C | 18 | Aug 24th, 2005 5:54 AM |
| session timeout detecting? | magic_e | PHP | 3 | Jun 29th, 2005 4:50 PM |