Aug 16, 2003 #1 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
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
Aug 17, 2003 #2 noodles1 Programmer Oct 31, 2001 58 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? Upvote 0 Downvote
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?
Aug 17, 2003 Thread starter #3 oshvarttz Technical User Aug 16, 2003 3 IL yes the attac to the dll is never fail Upvote 0 Downvote