www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - build controlexample\ControlExample.d error

reply dolive <dolive89 sian.com> writes:
shlwapi.lib
 Warning 2: File Not Found shlwapi.lib
opengl32.lib
 Warning 2: File Not Found opengl32.lib
msimg32.lib
 Warning 2: File Not Found msimg32.lib
usp10.lib
 Warning 2: File Not Found usp10.lib
oleacc.lib
 Warning 2: File Not Found oleacc.lib
olepro32.lib
 Warning 2: File Not Found olepro32.lib
oleaut32.lib
 Warning 2: File Not Found oleaut32.lib
ole32.lib
 Warning 2: File Not Found ole32.lib
comdlg32.lib
 Warning 2: File Not Found comdlg32.lib
comctl32.lib
 Warning 2: File Not Found comctl32.lib
advapi32.lib
 Warning 2: File Not Found advapi32.lib
dsss_objs\D\dwt-graphics-Device.obj(dwt-graphics-Device)
 Error 42: Symbol Undefined _ScriptGetProperties 8
dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
 Error 42: Symbol Undefined _AlphaBlend 44
dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
 Error 42: Symbol Undefined _TransparentBlt 4



whether demand install other lib ?  thanks !
Jul 29 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:
 shlwapi.lib
  Warning 2: File Not Found shlwapi.lib
 opengl32.lib
  Warning 2: File Not Found opengl32.lib
 msimg32.lib
  Warning 2: File Not Found msimg32.lib
 usp10.lib
  Warning 2: File Not Found usp10.lib
 oleacc.lib
  Warning 2: File Not Found oleacc.lib
 olepro32.lib
  Warning 2: File Not Found olepro32.lib
 oleaut32.lib
  Warning 2: File Not Found oleaut32.lib
 ole32.lib
  Warning 2: File Not Found ole32.lib
 comdlg32.lib
  Warning 2: File Not Found comdlg32.lib
 comctl32.lib
  Warning 2: File Not Found comctl32.lib
 advapi32.lib
  Warning 2: File Not Found advapi32.lib
 dsss_objs\D\dwt-graphics-Device.obj(dwt-graphics-Device)
  Error 42: Symbol Undefined _ScriptGetProperties 8
 dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
  Error 42: Symbol Undefined _AlphaBlend 44
 dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
  Error 42: Symbol Undefined _TransparentBlt 4
 
 
 
 whether demand install other lib ?  thanks !
 
The linker does not have the libs in his library search path. If you followed the 12 steps exactly, this should not happen. Please verify the libs are present in the tango/lib directory.
Jul 29 2008
parent dolive <dolive89 sian.com> writes:
Frank Benoit дµ½:

 dolive schrieb:
 shlwapi.lib
  Warning 2: File Not Found shlwapi.lib
 opengl32.lib
  Warning 2: File Not Found opengl32.lib
 msimg32.lib
  Warning 2: File Not Found msimg32.lib
 usp10.lib
  Warning 2: File Not Found usp10.lib
 oleacc.lib
  Warning 2: File Not Found oleacc.lib
 olepro32.lib
  Warning 2: File Not Found olepro32.lib
 oleaut32.lib
  Warning 2: File Not Found oleaut32.lib
 ole32.lib
  Warning 2: File Not Found ole32.lib
 comdlg32.lib
  Warning 2: File Not Found comdlg32.lib
 comctl32.lib
  Warning 2: File Not Found comctl32.lib
 advapi32.lib
  Warning 2: File Not Found advapi32.lib
 dsss_objs\D\dwt-graphics-Device.obj(dwt-graphics-Device)
  Error 42: Symbol Undefined _ScriptGetProperties 8
 dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
  Error 42: Symbol Undefined _AlphaBlend 44
 dsss_objs\D\dwt-graphics-GC.obj(dwt-graphics-GC)
  Error 42: Symbol Undefined _TransparentBlt 4
 
 
 
 whether demand install other lib ?  thanks !
 
The linker does not have the libs in his library search path. If you followed the 12 steps exactly, this should not happen. Please verify the libs are present in the tango/lib directory.
thanks !!!, I reinstall tango forget override some libs with import-libs,compile run correct now.
Jul 30 2008