[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I'm confused - Its getting better
From: |
Adam Fedor |
Subject: |
Re: I'm confused - Its getting better |
Date: |
Thu, 26 Jul 2001 09:06:49 -0600 |
Xavier.Barrier@proxyware.fr wrote:
>
>
> I don't get your point "(potentially)" regarding MinGw : does works, or
> crash ?
>
It doesn't crash (AFAIK), it just doesn't work. I have not done any
significant testing with MinGW so I can't really tell you what works and
what doesn't.
> > ffcall now works on both Cygwin and MingW (get the latest release from
> > ftp.gnustep.org).
>
> This is good news, why isn't it reported on www.gnustep.org ?
>
Oops. I forgot to update that.
> Excuse me to come at the end of story, but what is the heck to get AppKit on
> Windows?
>
> I mean, AFAIK GhostScipt does exists on Windows, and run correctly to my low
> knowledge, i do not use Windows : only OpenStep Mach 4.2!
>
> So if GhostScript exists, DGS might not be that far, does it?
>
I wish. There's actually a significant effort to get DGS working on
windows (I imagine). I think the first approach would be to use simple
window drawing code (like the xgps library does with X11) or more
helpfully, use the ghostscript library to do drawing in a
non-interpretive way.
Plus you also have to write the code for window and event handling.