Antonio,
I have today 3 actives versions of my softs :
1 : Compiled with Clipper 5.3b, Linked with Blinker 7.0
2 : Compiled with Clipper 5.3b with Fern Graphic Library instead Light Lib,
Linked with Blinker 7.0
3 : Compiled with Clipper 5.3b with Fivewin 2.5, Linked with Blinker 7.0
My tests demonstrate this :
OL_YIELD() and OL_AUTOYIELD( .T. ) do absolutely nothing when
i use the version 3. Under XP the CPU use is 100%.
With Blinker 7, the new BLICPUREL() function can replace OL_YIELD()
and OL_AUTOYIELD(), but don't work under Windows executables.
With SysRefresh() and/or SysWait(), no changes : always 100% CPU use.
Is there an other way to solves this ?