--- In dwp@yahoogroups.com, "Joe da Silva" <Joe.daSilva@...> wrote:
>
> Hi folks,
>
> Something that may be of interest ...
>
> Just as DWPL aims to provide a common RAD solution for
> Windoze and DOS, the Lazarus project aims to provide a
> common RAD solution for Windoze and *nix :
>
> http://www.lazarus.freepascal.org/
>
> Joe.
>
Will it be graphical in DOS too? What about fpGUI library? it is
written system independant. So you can make it working for DOS.
See fpGUI sources. Thre is a implementation layer for several platforms.
The implementation unit is gfx_xxx. Here xxx stands for the name of
supported platform. I wrote a gfx_api.pp unit for DOD platfrorm. What
did you do for dos gui with wdosx and lazarus? Can we work together?
Thomas