You know sometimes you can't see the forest for the trees.
I am using Clipper 5.2E and I have just upgraded to Blinker 7. With the Blinker I see there is a function called BLICPUREL() which will release time slices back to the computer and thus not load down the cpu.
For some reason I can not get my program to compile with this function. I get the error:
BLINKER : 1115 : MAIN.OBJ(MAIN) : 'BLICPUREL' : unresolved external
I was replacing the old ft_onidle( {||ft_iamidle()} ) as used from the LIBRARY NANFOR in hopes that the time release would work while in debug mode.
Here is the sample beginning code:
FUNCTION doit()
&& #IFDEF DEBUG
&& #ELSE
&& ft_onidle( {||ft_iamidle()} )
&& #ENDIF
BLICPUREL()
Thanks
Steve
I am using Clipper 5.2E and I have just upgraded to Blinker 7. With the Blinker I see there is a function called BLICPUREL() which will release time slices back to the computer and thus not load down the cpu.
For some reason I can not get my program to compile with this function. I get the error:
BLINKER : 1115 : MAIN.OBJ(MAIN) : 'BLICPUREL' : unresolved external
I was replacing the old ft_onidle( {||ft_iamidle()} ) as used from the LIBRARY NANFOR in hopes that the time release would work while in debug mode.
Here is the sample beginning code:
FUNCTION doit()
&& #IFDEF DEBUG
&& #ELSE
&& ft_onidle( {||ft_iamidle()} )
&& #ENDIF
BLICPUREL()
Thanks
Steve