Cannot load DLL, please Help !
-
I try to load icmp.dll and call three functions from it (by address): IcmpCreateFile, IcmpSendEcho, IcmpCloseHandle. On WinXP it works without any errors, I recieve right functions' addresses, call this functions without problems, etc. On Win2000 i recieve correct handle of loaded icmp.dll but: 1) When I call GetProcAddress() for any of this three functions at first time, I recieve positive(!=NULL) value, but when I call function by this address, I recieve following message: ".., Memory could not by written,...". 2) When I call GetProcAddress() for last two functions, I recieve NULL. yiy
-
I try to load icmp.dll and call three functions from it (by address): IcmpCreateFile, IcmpSendEcho, IcmpCloseHandle. On WinXP it works without any errors, I recieve right functions' addresses, call this functions without problems, etc. On Win2000 i recieve correct handle of loaded icmp.dll but: 1) When I call GetProcAddress() for any of this three functions at first time, I recieve positive(!=NULL) value, but when I call function by this address, I recieve following message: ".., Memory could not by written,...". 2) When I call GetProcAddress() for last two functions, I recieve NULL. yiy
Sounds like a different version of the dll. I'd double check to make sure. Other than that, I can't say what's wrong. Joel Lucsy
-
Sounds like a different version of the dll. I'd double check to make sure. Other than that, I can't say what's wrong. Joel Lucsy
I have provide icmp.dll with which I have tested my program with my program, but on the other computers with Win2000 it don't work, yiy
-
Sounds like a different version of the dll. I'd double check to make sure. Other than that, I can't say what's wrong. Joel Lucsy
Joel, do you know any program, which shows list of exported functions of specified DLL ? Thank you for advice. yiy
-
Joel, do you know any program, which shows list of exported functions of specified DLL ? Thank you for advice. yiy
depends.exe Joel Lucsy
-
depends.exe Joel Lucsy
Thanks !! yiy