Seti @ home - progressbar

My first c++ application for linux is simple progressbar for seti@home - client. By default, seti@home saves it's current state to "state.txt". My program simply reads it and displays line containig "prog=xxxx" with simple progressbar. Program is at very early development stage, it doesn't even support command-line options etc... Every change has to be made directly to source ;)

But anyway. I put it on the net just for fun. If it's too simple or something to use, just don't use it ;)

Source can be found here.

I compiled it with

g++ -c -I/usr/lib/qt/include -O2 -fno-strength-reduce -o $1.o $1.c
g++ -L/usr/lib/qt/lib -L/usr/X11R6/lib  -o $1 $1.o  -lqt -lX11
script... ($1 is filename whitout extension (so just "seti", not "seti.c")
And here is my second attempt to make it. Now it uses gnome-panel to display it.

My applet is that really small vertical progressbar in left side of "seti-antenna" ;) (In right, there is volumecontrol & isdn-monitor...) Source can be found here. (It's very ugly and in serious development stage !)

1999 Henry Palonen