DITMan
7th June 2003 17:41 UTC
Announcement: Kill Processes by Name finished
I've just finished my Process-Killer DLL.
You can get it at:
http://petra.uniovi.es/~i6948857/pro...rocDLL-bin.zip
It includes both a binary version and the source code (~30kB)
Contact me here if you need help using it, or to report bugs... :)
Enjoy it! :P
Edit: BTW, sorry for flooding the forum this days, I needed to finish it ASAP :) thanks for your patience with me! :winamp:
DOCa Cola
8th June 2003 18:47 UTC
Cool, thx, have been waiting for that! is it compatible with windows 98 too?
DITMan
8th June 2003 21:03 UTC
Yes, it should work in all Windows...
Sunjammer
8th June 2003 21:37 UTC
On the manual page for this plugin DITMan mentions an error return code (605 = Unable to load PSAPI.DLL) which seems to imply that the plugin relies on psapi.dll.
According to this page it will only work with 2K/XP/2003 Server (and NT if you install psapi.dll from the link given on that page). No mention is made of whether or not 9x/me systems have psapi.dll or if the downloaded psapi.dll would work on them if they don't.
kichik
9th June 2003 00:24 UTC
It loads these functions on runtime using GetProcAddress. On Windows 9x is loads Toolhelp32 functions, so it seems OK to me. Still worth a check though :)
DOCa Cola
9th June 2003 00:36 UTC
seems to work fine with windows 98, tested that now, good work!
Sunjammer
9th June 2003 07:47 UTC
Glad to see it works!
DITMan
9th June 2003 11:40 UTC
It was tested before posting it in Win XP, 2000 and 98 but you know how Windows works... It might run perfectly in my computer and hang another one, so that's why I said that it should work ;)