Thread overview
(no subject)
Jul 29, 2008
Mike James
Jul 29, 2008
Frank Benoit
Jul 29, 2008
Mike James
July 29, 2008
Hi All,

I've downloaded the latest DMD (1.033) DWT, and Tango. After building and installing DWT I tried to build the examples but with no success as the following shows. Can anyone tell me what I'm doing wrong?

Regards, Mike.

C:\dwt-samples\user>dsss build
dragdrop\texttolabel.d => dragdrop\texttolabel
+ c:\dmd\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -Ic:\dmd\include\d -Sc:\dmd\li
b\  -Ic:\dmd\include\d -Sc:\dmd\lib  -oqdsss_objs\D -g -gc -Jc:\dmd\lib/res -J..
/res -I.. -L/SUBSYSTEM:console:5 -L/rc:..\dwt dragdrop\texttolabel.d -ofdragdrop
\texttolabel
OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
c:\dmd\lib\\DD-dwt.lib(Display)
 Error 42: Symbol Undefined _IsHungAppWindow@4
c:\dmd\lib\\DD-dwt.lib(OS)
 Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
--- errorlevel 2
Command c:\dmd\bin\rebuild.exe returned with code -1, aborting. Error: Command failed, aborting.

July 29, 2008
Mike James schrieb:
> Hi All,
> 
> I've downloaded the latest DMD (1.033) DWT, and Tango. After building and installing DWT I tried to build the examples but with no success as the following shows. Can anyone tell me what I'm doing wrong?
> 
> Regards, Mike.
> 
> C:\dwt-samples\user>dsss build
> dragdrop\texttolabel.d => dragdrop\texttolabel
> + c:\dmd\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -Ic:\dmd\include\d -Sc:\dmd\li
> b\  -Ic:\dmd\include\d -Sc:\dmd\lib  -oqdsss_objs\D -g -gc -Jc:\dmd\lib/res -J..
> /res -I.. -L/SUBSYSTEM:console:5 -L/rc:..\dwt dragdrop\texttolabel.d -ofdragdrop
> \texttolabel
> OPTLINK (R) for Win32  Release 8.00.1
> Copyright (C) Digital Mars 1989-2004  All rights reserved.
> c:\dmd\lib\\DD-dwt.lib(Display)
>  Error 42: Symbol Undefined _IsHungAppWindow@4
> c:\dmd\lib\\DD-dwt.lib(OS)
>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
> --- errorlevel 2
> Command c:\dmd\bin\rebuild.exe returned with code -1, aborting.
> Error: Command failed, aborting.
> 

This to fix your problem:
http://www.dsource.org/projects/dwt/wiki/FAQ#Linkererroronwindows
Yesterday I added a quick installation instruction:g
http://www.dsource.org/projects/dwt/wiki/Installation#QuickInstallationonWindows
July 29, 2008
Frank Benoit Wrote:

> 
> This to fix your problem:
> http://www.dsource.org/projects/dwt/wiki/FAQ#Linkererroronwindows
> Yesterday I added a quick installation instruction:g
> http://www.dsource.org/projects/dwt/wiki/Installation#QuickInstallationonWindows


Thanks, that sorted the problem.

Regards, Mike.