| Martin Hierholzer 2005-08-24, 7:56 am |
| Hi!
I have startet a new project at sourceforge, based on a library I have
written for some time. Its goal is to provide an easy way to write Fortran
9x programs compiler and platform independent, by replacing the RTL by this
library. It can create GUIs (using GTK+), do binary file IO etc., and
already works (almost) on Windows and Linux (of course its portability
depends on the underlying libraries).
It is still in a very early alpha state, and it is my first open source
project, so any help is really welcome. There is much work to do (e.g.
there are still platform dependent problems, many features are not yet
working or missing...), and perhaps someone could point out some beginners
(with respect to an open source project) mistakes ;)
Just have a look at it, it may already be usable for some purpose:
http://sourceforge.net/projects/pilib
Greetins
Martin
P.S: Of course, this library is mainly written in C (as wrapper routines)...
|