[!P] Klokka 1.0 - a GtkAda clock using concurrency
Main Ada Programming Vim Links Calendar Contact me (c) 2002-2004
[Klokka]

Introduction

Klokka is a small program I made just to figure out how to use Ada built-in concurrency (tasks) with GtkAda. But actually, I also use the clock as I like it :-) The program was developed in Ada95 using the GNU Ada compiler GNAT and the GtkAda toolkit library.

Yes, you guessed right: "Klokka" means "the clock" in Norwegian.

Source Code

The source code can be viewed here.

Download

Source code: Klokka.tar.gz or Klokka.zip.

In Linux simply run make after unpacking to compile. In Windows you must do the compiling manually, sorry. The clock works in both OSes, but I don't know how to get rid of the window decoration (titlebar and buttons) in Windows.

Copyright

Copyright (c) 2002 Preben Randhol
License: GNAT Modified GNU Public License (see source files)
Use at own risk, no warrenty given.

Screenshot

See top right corner of this page.

Errors/Problems

If you find errors or experience problems with the program please report them here.

Don't use C; In my opinion, C is a library programming
language not an app programming language.

- Owen Taylor (GTK+ developer)

Page updated: 4. March 2005 by Preben Randhol