PDA

View Full Version : Announcement: Kill Processes by Name finished


DITMan
7th June 2003, 16:41
I've just finished my Process-Killer DLL.

You can get it at:

http://petra.uniovi.es/~i6948857/proj/KillProcDLL-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, 17:47
Cool, thx, have been waiting for that! is it compatible with windows 98 too?

DITMan
8th June 2003, 20:03
Yes, it should work in all Windows...

Sunjammer
8th June 2003, 20:37
On the manual page for this plugin (http://nsis.sourceforge.net/archive/viewpage.php?pageid=271) 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 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/process_status_helper.asp) 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
8th June 2003, 23:24
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
8th June 2003, 23:36
seems to work fine with windows 98, tested that now, good work!

Sunjammer
9th June 2003, 06:47
Glad to see it works!

DITMan
9th June 2003, 10:40
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 ;)