Hello Przemek

Przemysław Czerpak wrote:
> 
>> > I use something like this code
>> > 
>> >          DO WHILE .t.
>> >             nKey := b_Inkey()
>> > 
>> >             IF nKey != 0 .and. nKey != 1101  // HB_K_RESIZE
>> >                EXIT
>> >             ENDIF
>> > 
>> >             hb_idleState()
>> >          ENDDO
>> > hb_idleState() was allowing me to release CPU cycles and was 
> 

Revision: 12831 fixes it. Thank you.
Also, I can compile with BCC.

Regards
Pritpal Bedi


-- 
View this message in context: 
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26255827.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to