Unable to link DWT build

2015-11-19 Thread Paul D Anderson via Digitalmars-d-dwt
Downloaded DWT win32 and built it okay, but when I try to compile 
and link the "hello world" program I get link errors. I don't 
know enough about the win32 linker to know what the problem is.


The most serious error is org.eclipse.swt.win32.win32.x86.lib 
'Error 43: Not a Valid Library File'.


I'm also having trouble specifying the lib and base directories. 
I get 'File not found lib.lib'. Ditto for base.lib.


The link command line I'm using is
LINK main, lib +"org.eclipse.swt.win32.win32.x86.lib" 
+"dwt-base.lib" /SUBSYSTEM:WINDOWS:4.0"


Where have I gone wrong?

Thanks in advance and sorry if this is a duplicate but couldn't 
find the answer elsewhere on this forum.


Re: DWT fails to build with DMD 2.069.1

2015-11-19 Thread xky via Digitalmars-d-dwt

On Monday, 16 November 2015 at 20:52:53 UTC, Jacob Carlborg wrote:

On 2015-11-11 17:17, Mike James wrote:

Hi.

Is there an updated release of DWT for 2.069? There seems to 
be a

deprecation problem...


Should be working now (at least on Windows).


Thx! working well. =)