Jump to content

How to check for dll if exist


senatin
 Share

Recommended Posts

how to see if dll is already running or being used?
i want to 
 

$timelap = timerinit()

while 1
    if Exists("dllsample.dll") then
        dllclose("dllsample.dll")
    elseif Exists("dllsample.dll") And Timedeff($timelap) >= 5000 Then
        ConsoleWrite("error. dll problem")
        exit
    else
        exitloop
    endif
Wend

Local $handle = dllopen("dllsample.dll")
.....

I found this  _WinAPI_LoadLibrary() and _WinAPI_GetProcAddress(), are they the one I needed?
I dont fully understand what are they for. Please someone help me

Edited by senatin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...