" // --> }
to Alexey L. Gustow's home (only Russian - sorry!)
Some monthes ago I started to use a Harbour language. Harbour is a free
implementation of an xBase language compiler. It is designed to be source
code compatible with the CA-Clipper(r) compiler. That means that if you've
got some code that would compile using CA-Clipper(r) then it should compile
under Harbour. The Harbour-Project web page is:
http://www.Harbour-Project.org/.
There is a lot of free GUI (graphical-user interface) libraries for
Harbour. I use one of them - MiniGUI (original version by Roberto
Lopez; extended version by MiniGUI Team - Grigory Filatov, Jacek Kubica,
Janusz Pora... and many-many other people from the whole world).
You can get a lot of useful information and help in newsgroup
http://groups.google.ru/group/comp.lang.xharbour.
Russian spoken people can go to Russian-language forum
http://clipper.borda.ru.
I (proudly?) presented here my first works on Harbour - they are very simple
and primitive... but give me a time!
P.S. My English is not the best?.. Yeah - and I'm sorry :(
| File | Description |
|---|---|
| g_life.zip (only EXE file) |
It's my realization of a game "LIFE", created by John Convey (or
Charles Convey?)
in mid-60's (or early 70's). You can see a colony of cells; they born,
die - and you seat and see how it goes... Very good thing for relax! (I
mean) Download it (only!) if you want to play. |
| life_src.zip | Source files for "Life". Download it if you are a programmer and you want to see "what is inside and how it works?". |
| g_tar.zip (only EXE file) |
It's my realization of a game "Cocroach Racing". 4 cocroaches runs...
and only 1 wins! Let's invite three your friends, drop down your (and
their) money on table and... "Go, go, go!!!" :))) For relax and
fun. Download it (only!) if you want to play. |
| gtar_src.zip | Source files for "Cockroach Racing". Download it if you are a programmer and you want to see "what is inside and how it works?". |
| JpgViewer_gu.rar | JpgViewer (by Grigory Filatov; from MiniGUI\Samples\Advanced) with some my corrections and addings. (source files) |