Thread overview
A dumb question to start things off.
Sep 02, 2003
Keith Fuller
Sep 03, 2003
chris elliott
Sep 14, 2003
Ilya Minkov
September 02, 2003
OK.  Let me start off with a dumb question.
What would it take to make wxWindows work with D?

I see that it has been ported to several other languages (like JavaScript even), but as far as I can tell there is no easy obvious .DLL API interface that will just work with any language (or is there?).

So I thought I would ask the question and see if anyone has any smart ideas.

Keith Fuller
keithfx@h**mail.com


September 03, 2003
Keith: I think you would get a positive response to this on the wx-dev list at lists.wxwindows.org. I have seen discussions of this for C, Eiffel, java etc, but don't know the people involved

chris

Keith Fuller wrote:

> OK.  Let me start off with a dumb question.
> What would it take to make wxWindows work with D?
> 
> I see that it has been ported to several other languages (like JavaScript even),
> but as far as I can tell there is no easy obvious .DLL API interface that will
> just work with any language (or is there?).  
> 
> So I thought I would ask the question and see if anyone has any smart ideas.
> 
> Keith Fuller
> keithfx@h**mail.com
> 
> 

September 14, 2003
Keith Fuller wrote:
> OK.  Let me start off with a dumb question.
> What would it take to make wxWindows work with D?

I think we would need to team up with people porting it to C#. I heard a rumor that they were wrapping wxWindows in C - and that's exactly what we need.

Maybe some other port project has already done some work like that?

-eye