www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - HelloWorld5 test

reply dolive <dolive89 sian.com> writes:
I copy dwt-samples\examples HelloWorld5.d  to other path, dsss build error:

D:\D\prj\d_722>dsss build
Hello.d => Hello
+ D:\D\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\D\dsss\include\d -SD:\
D\dsss\lib\  -ID:\D\dsss\include\d -SD:\D\dsss\lib  -oqdsss_objs\D -g -gc -JD:\D
\dsss\lib/res -J../res -I.. -L/SUBSYSTEM:console:5 -L/rc:..\dwt Hello.d -ofHello

OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
..\dwt.res
 Warning 2: File Not Found ..\dwt.res


but hello.exe is builded and run correct , why Warning ?
I copy dsss.conf(edited) and  dwt.res to this path.

thanks !
Jul 31 2008
parent dolive <dolive89 sian.com> writes:
dolive дµ½:

 I copy dwt-samples\examples HelloWorld5.d  to other path, dsss build error:
 
 D:\D\prj\d_722>dsss build
 Hello.d => Hello
 + D:\D\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\D\dsss\include\d
-SD:\
 D\dsss\lib\  -ID:\D\dsss\include\d -SD:\D\dsss\lib  -oqdsss_objs\D -g -gc
-JD:\D
 \dsss\lib/res -J../res -I.. -L/SUBSYSTEM:console:5 -L/rc:..\dwt Hello.d
-ofHello
 
 OPTLINK (R) for Win32  Release 8.00.1
 Copyright (C) Digital Mars 1989-2004  All rights reserved.
 ..\dwt.res
  Warning 2: File Not Found ..\dwt.res
 
 
 but hello.exe is builded and run correct , why Warning ?
 I copy dsss.conf(edited) and  dwt.res to this path.
 
 thanks !
sorry , send error.
Jul 31 2008