I noticed that this very simple program hogs the processor as view in the task manager.
Other people's sofware, like Winamp, does not - even when it's busy.
Is this a bug?
Run this tiny program and evoke the task manager to see what I mean.
I compiled it to see if that would make any deference. It did not.
Other people's sofware, like Winamp, does not - even when it's busy.
Is this a bug?
Run this tiny program and evoke the task manager to see what I mean.
Graphics 200,100,0,2 SetBuffer BackBuffer() Repeat Until KeyHit(1) End
I compiled it to see if that would make any deference. It did not.