Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attach to dll

Status
Not open for further replies.

oshvarttz

Technical User
Aug 16, 2003
3
IL
i am trying to attach dinamicly to dll but when
i get the function pointer -GetProcAddress(hDLL,func_str);

it sometimes doesn't work
only if i wait for few sec

why it takes time(there is not problem to attach the dll)

thanks
 
Are you using the LoadLibrary function to map the DLL into your process address space?

If so, is this function always successfully returning a handle?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top