Compiling the hello world example fails (2)

Jacob Carlborg doob at me.com
Wed Sep 11 23:22:46 PDT 2013


On 2013-09-12 03:57, DLearner wrote:

> DWT and SWT follow the same API, so just google SWT for
> documentation

The official API reference for SWT is here:

http://www.eclipse.org/swt/javadoc.php

There's a bunch of snippets here:

http://www.eclipse.org/swt/snippets/

Some of which are already ported to D:

https://github.com/d-widget-toolkit/org.eclipse.swt.snippets

You should already have these if you're cloned the DWT repository correctly.

If you need any D related help, like threads, IO, delegates or similar 
please continue asking here.

There are a couple of differences/extension in DWT.

http://dsource.org/projects/dwt/wiki/DiffToOriginal

"Package and Module renames" isn't true anymore. I guess I should add 
this list to Github.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list