I'd like to ask everyone if someone has an idea how else to solve the CPU release issue with 5.2e Clipper. Bozz was able to find me the Citrix Systems patch to address the CPU release to the keyboard loop, but this was not a successful solution to runing my exe file in WinXP. Does anyone have any ideas?
----------------------------------------------------
As I thought, the exe didn't run - other than to
> come up with an error trap - due to the lack of data
> files.
>
>
>
> Unless they are using a method I'm not party to,
> there seems to be no provision for the idle problem
> Clipper 5.2e has. If you don't know about this,
> Clipper fails to release CPU time back to the system
> and therefore runs at 100% CPU utilisation all the
> time, screwing just about everything else the
> computer does. To check this out, do an Alt-Ctrl-Del
> and select Performance while the app is running and
> see if it's 100%.
>
>
>
> There is a solution for this, a patch, which I have
> done on the exe that you sent. You could try this to
> see if it helps, but backup the original first!!!!!
>
>
>
>
> I have enclosed the patch routine, basically create
> a directory called IDLE and unzip the data there,
> put your EXE's in the same directory and run IDLE
> EXENAME without the extension. You should then get
> something like this:
>
>
>
> c:\IDLE>copy rtutil.exe program.exe
>
> 1 file(s) copied.
>
>
>
> c:\IDLE>cd\idle
>
>
>
> C:\IDLE>patcha clip2f
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
>
................................................................................
>
> ......................................
>
> Search pattern found at A8A66
>
>
................................................................................
>
> .................................
>
> Patch clip2f.PAT installed correctly
>
> C:\IDLE>copy program.exe rtutil.exe
>
> 1 file(s) copied.
>
>
>
> The EXE's with "come out" patched.
>
>
>
> PLEASE BACKUP THE FILES FIRST!!!!! Paranoia's not
> a bad thing.
>
>
>
> Hope this helps
>
>
>
> Ian Boys