www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - (no subject)

reply Mike James <foo bar.com> writes:
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.
Jul 29 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
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
Jul 29 2008
parent Mike James <foo bar.com> writes:
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.
Jul 29 2008