ABOUT
This plug-in is a wrapper around a Windows 2000 CPU Window bug fix written by Mark DuCharme. The actual code for the bug fix uses the Open Tools API; CodeRush is essentially used as a means to hook into the Delphi IDE easily.
For more information about this plug-in and its author, click here.
FEATURES
This plug-in fixes the nasty bug in Delphi 5 / Windows 2000 where the CPU window pops up with a breakpoint in NTDLL.DLL. It registers two new commands, Win2KCPUWinFixActive and Win2KCPUWinFixDelay.
Win2KCPUWinFixActive
Activates and deactivates the "Windows 2000 CPU Window Fix". You can pass one of three parameters to this command:
- True: When true, this plug-in activates the Windows 2000 CPU Window fix.
- False: When false, this plug-in de-activates the Windows 2000 CPU Window fix.
- Toggle: Toggles the state of the Windows 2000 CPU Window fix.
Win2KCPUWinFixDelay
This command sets the delay (in milliseconds) before attempting to fix Int 3. It accepts just one parameter, the number of milliseconds to wait before applying the fix.