Thread overview
build controlexample\ControlExample.d error
Jul 30, 2008
dolive
Jul 30, 2008
Frank Benoit
Jul 30, 2008
dolive
July 30, 2008
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 !

July 30, 2008
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.



July 30, 2008
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.