On 8 jan, 03:45, Robert Spykerman <robert.spyker...@[EMAIL PROTECTED]
> wrote:
> On Jan 8, 3:05 am, Dennis Ruffer <druf...@[EMAIL PROTECTED]
> wrote:
> ...
>
> > There are many examples of calling external libraries from gforth, a
> > few even in the distribution itself. =A0Look at the Unix subdirectory
fo=
r
> > time.fs and see if you can load that. =A0You may have to also load the
> > lib.fs sup****t and you may need to point it to the correct library on
> > your system.
>
> Thanks a lot, plan to. I admit foolish ignorance of that.
>
> > The GUI side of your question gets to be a little more complex...
>
> What I was thinking of was cobbling something onto gforth (or for that
> matter any *nix forth) that will allow construction of simple
> rudimentary GUI's. I am kind of hoping someone's got code out there
> already but if it isn't there it's no worry. It's only a pet hobby
> project.
>
Maybe you'll be interested in 4IM, as long as you are ready to learn a
dialect of Forth.
As of today, it is statically linked with a GUI C library named
GraphApp, which allows you to build more-or-less complex GUIs, both
under Windows and Linux.
I'm currently working on using dynamically linked libs. It should let
you use Xlib for instance provided you can write the wrapper
functions.
It is already working at home but is not yet available online; you can
take a look at 4IM here:
http://astrobe.byethost31.com
Amicalement,
Astrobe


|