www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Example of dwt

(new to D:-)) )

I will test the first example in dwt - the run-build.bat to exec :
build controlexample.d -release -O -w -gui -Xdwt -clean -
Tcontrolexample.exe -version=OLE_COM -version=DRAG_DROP
pause

The output gives one error :
C:\dwt\packages\dwt\examples\controlexample>build
controlexample.d -release -O -
w -gui -Xdwt -clean -Tcontrolexample.exe -version=OLE_COM -
version=DRAG_DROP
OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

OPTLINK : Warning 183: Extension not .RES : COMCTL32.lib
advapi32.lib(0) : Error 2: File Not Found advapi32.lib

The system var LIB=\dmd\lib;\dm\lib.
I have added LIBPATH=c:\dm\lib but same result.

Somebody has an idea to avoid this error and continue  my
exploration...

Thanks,

Eddy
Sep 30 2006