How to build program with DWT2 and DMD2?

Jacob Carlborg doob at me.com
Wed Aug 7 08:42:31 PDT 2013


On 2013-08-07 16:04, JohnnyK wrote:

> Well now I get these errors
>
> C:\Users\<myusername>\Documents\My
> Projects\Programming\DStuff\dwthelloworld>rdmd -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: need -Jpath
> switch to im
> port text file org.eclipse.swt.internal.SWTMessages.properties
> C:\GITClones\dwt\org.eclipse.swt.win32.win32.x86\src\org\eclipse\swt\internal\Co

Forgot about the -J flag. Add:

-JC:\GITClones\dwt\org.eclipse.swt.win32.win32.x86\res

To the result of the flags (before hello.d).

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list