Thread overview
wxWindows in D
Sep 18, 2003
Walter
Sep 18, 2003
nobody
Sep 18, 2003
Charles Sanders
September 18, 2003
There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone interested in investigating getting a top GUI toolkit to work with D, now's the time to join the fray! Note that wxWindows has interfaces to Python, Eiffel, etc., so this should be eminently doable.


September 18, 2003
A by-product of the wxEiffel is wxC, i.e. a C interface of wxWindows C++ code.

People have used wxC to make the wxHaskell interface.

http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?8:mss:39331:200306:ajbplehkplfkphifccfa

Since D talk natively to C, build wxD on top of wxC should be quite easy.

Of course, with the new language features of D, wxD can be made much better.


In article <bkcn7c$ait$1@digitaldaemon.com>, Walter says...
>
>There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone interested in investigating getting a top GUI toolkit to work with D, now's the time to join the fray! Note that wxWindows has interfaces to Python, Eiffel, etc., so this should be eminently doable.
>
>


September 18, 2003
Very cool.  Think Ill join the list and see if I can help.

Charles
<nobody@yahoo.com> wrote in message news:bkcqfs$f72$1@digitaldaemon.com...
> A by-product of the wxEiffel is wxC, i.e. a C interface of wxWindows C++
code.
>
> People have used wxC to make the wxHaskell interface.
>
>
http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?8:mss:39331:200306:ajbplehkplfkphifccfa
>
> Since D talk natively to C, build wxD on top of wxC should be quite easy.
>
> Of course, with the new language features of D, wxD can be made much
better.
>
>
> In article <bkcn7c$ait$1@digitaldaemon.com>, Walter says...
> >
> >There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone
interested
> >in investigating getting a top GUI toolkit to work with D, now's the time
to
> >join the fray! Note that wxWindows has interfaces to Python, Eiffel,
etc.,
> >so this should be eminently doable.
> >
> >
>
>