Page 1 of 1

Desktop CPU Monitor

Posted: Sat Sep 16, 2006 11:30 pm
by Killswitch
I've knocked this up over the past few days, I'm hoping to expand it into a more feature-full system monitor (like you find on many Linux distros) soon - but I was far too proud to let this one stay in the dark.

It's essentially a transparent CPU usage monitor:

Image

The source is all here (and free for you to use, edit, whatever), run Main.pb. Requires the CPU Monitor library from POSL.

Source

I'd like to give many, many thanks to all the people who've helped contribute to this through answers to some of my (and others') posts as well as the people behine POSL.

I hope you like :)

Posted: Sun Sep 17, 2006 12:03 am
by Intrigued
I received this error dialog when I F5'ed the Main.pb file in PB4:
Line89: CpuUsage() is not a function, array, macro or linked list
Ideas?

Posted: Sun Sep 17, 2006 12:38 am
by Tipperton
You probably don't have the PBOSL (PureBasic OpenSource Libraries) installed, you can get them here: http://pbosl.purearea.net/

Posted: Sun Sep 17, 2006 12:38 am
by Killswitch
That's right, just install that and it'll run fine!

Posted: Sun Sep 17, 2006 1:56 am
by mskuma
This is cool - thanks alot.

Posted: Sun Sep 17, 2006 2:24 am
by Intrigued
Thanks, PBSOL added to PB worked.

I had uninstalled that package because of a Resident conflict. Looks like it was fixed or I have not loaded the conflicting package on this new laptop yet.

Thanks nontheless.