digitalmars.D.dwt - Building problem with new DWT
- Mike James (18/18) Jul 29 2008 Hi All,
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