Alaska Software Inc. - CPU usage under xbase ufter migration
Username: Password:
AuthorTopic: CPU usage under xbase ufter migration
RCBCPU usage under xbase ufter migration
on Fri, 22 Jan 2010 18:18:14 +0100
hello ... iam just thinkin ; when i transfer a clipper appl to xbase++ : is 
the CPU under 32bit still so blocked as it was with Clipper in loops ? How 
does a DO WHILE behave now ?
Thanks ...
Rainer
Carlos Antonio BelingRe: CPU usage under xbase ufter migration
on Fri, 22 Jan 2010 17:59:48 -0200
Hello:
good afternoon.
You can not using Inkey(0), instead do:

...
do while (nKeyPressed := InKey(.30) == 0
enddo
if nKeypressed == ...
    ...
endif

Beling HTH

RCB escreveu:
> hello ... iam just thinkin ; when i transfer a clipper appl to xbase++ : is 
> the CPU under 32bit still so blocked as it was with Clipper in loops ? How 
> does a DO WHILE behave now ?
> Thanks ...
> Rainer 
> 
>