On Wednesday, 11 September 2013 at 21:16:55 UTC, Anton Alexeev
wrote:
and got this:
http://pastebin.com/dVzzXqS6
Any help?
Crap, it seems you need to manually link with the system
libraries. They're located in this array:
https://github.com/d-widget-toolkit/dwt/blob/master/build.d#L101
Hope that solves it. Sorry for the inconvenience.
Manually linking worked for me, thanks!
One more question: where can I find documentation and some
examples how to work with DWT? I don't even have an idea how to
load an image as an icon. There is "Shell.setImage(Image
image)" method but how can I create an Image-object?
_____
I wanted to run away from Java, but it still haunts me :(
DWT and SWT follow the same API, so just google SWT for
documentation