Re: How to build program with DWT2 and DMD2?

2013-08-07 Thread Jacob Carlborg
On 2013-08-06 16:49, JohnnyK wrote: yeah that did not work for me either. As you can see below it is the same as before. The Display.d is at C:\GITClones\dwt\org.eclipse.swt.win32.win32.x86\src\org\eclipse\swt\widgets on my windows box. Oh, I know what the problem is now. You need to pass

Re: How to build program with DWT2 and DMD2?

2013-08-07 Thread JohnnyK
On Wednesday, 7 August 2013 at 09:49:50 UTC, Jacob Carlborg wrote: On 2013-08-07 11:48, Jacob Carlborg wrote: RDMD works like this: all flags passed before the D file will be passed to the compiler. All flags passed after the D file will be passed to the compiled application when it's run.

Re: How to build program with DWT2 and DMD2?

2013-08-07 Thread Jacob Carlborg
On 2013-08-07 16:04, JohnnyK wrote: Well now I get these errors C:\Users\myusername\Documents\My Projects\Programming\DStuff\dwthelloworldrdmd -I C:\GITClones\dwt\org.eclipse.swt.win32.win32.x86\src -IC:\GITClones\dwt\base\src hello.d C:\GITClones\dwt\base\src\java\lang\util.d(595): Error:

Re: How to build program with DWT2 and DMD2?

2013-08-07 Thread JohnnyK
On Wednesday, 7 August 2013 at 15:42:32 UTC, Jacob Carlborg wrote: On 2013-08-07 16:04, JohnnyK wrote: Well now I get these errors C:\Users\myusername\Documents\My Projects\Programming\DStuff\dwthelloworldrdmd -I C:\GITClones\dwt\org.eclipse.swt.win32.win32.x86\src -IC:\GITClones\dwt\base\src

Re: How to build program with DWT2 and DMD2?

2013-08-07 Thread Druzhinin Alexandr
On 08.08.2013 00:03, JohnnyK wrote: It looks to be unable to find the static libs now. How do people use this library? Do they work in the dwt folder and just use that build.d file to compile with? Again I would like to know the layout of a typical programmers workstation that uses DWT for