DeRegisterer: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
[[Image:DeRegistered_1.png|thumb]] | |||
DeRegisterer is a program to deregister WPS Classes | DeRegisterer is a program to deregister WPS Classes | ||
DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding dll, so you have to do it on your own. It has been tested at OS/2 2.1 and OS/2 3.0. There are no known errors. | DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding dll, so you have to do it on your own. It has been tested at OS/2 2.1 and OS/2 3.0. There are no known errors. | ||
==Download== | ==Download== | ||
Line 16: | Line 14: | ||
* [[Jens Glathe]] | * [[Jens Glathe]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 01:23, 31 August 2017

DeRegisterer is a program to deregister WPS Classes
DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding dll, so you have to do it on your own. It has been tested at OS/2 2.1 and OS/2 3.0. There are no known errors.
Download
License
- Open Source under the GNU GPL license.