MrNike
23rd February 2003, 15:39
Hey there,
i try to compile the Direct Show filter which comes with XVid.
and i get the following error message :
--------------------Configuration: dshow - Win32 Debug--------------------
Compiling resources...
Compiling...
CAbout.cpp
d:\program files\dxsdk\samples\c++\directshow\baseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
d:\program files\dxsdk\samples\c++\directshow\baseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
d:\program files\dxsdk\samples\c++\directshow\baseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
.....
errors continue ...
.....
d:\program files\dxsdk\samples\c++\directshow\baseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
d:\program files\dxsdk\samples\c++\directshow\baseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
d:\program files\dxsdk\samples\c++\directshow\baseclasses\streams.h(174) : fatal error C1083: Cannot open include file: 'audevcod.h': No such file or directory
Error executing cl.exe.
xvid.ax - 76 error(s), 2 warning(s)
i dunno whats wrong ? ... its looks like that there are errors in the DirectX Packets ?!
anyone can help ?
Greetings,
MrNike
i try to compile the Direct Show filter which comes with XVid.
and i get the following error message :
--------------------Configuration: dshow - Win32 Debug--------------------
Compiling resources...
Compiling...
CAbout.cpp
d:\program files\dxsdk\samples\c++\directshow\baseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
d:\program files\dxsdk\samples\c++\directshow\baseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
d:\program files\dxsdk\samples\c++\directshow\baseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
.....
errors continue ...
.....
d:\program files\dxsdk\samples\c++\directshow\baseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
d:\program files\dxsdk\samples\c++\directshow\baseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
d:\program files\dxsdk\samples\c++\directshow\baseclasses\streams.h(174) : fatal error C1083: Cannot open include file: 'audevcod.h': No such file or directory
Error executing cl.exe.
xvid.ax - 76 error(s), 2 warning(s)
i dunno whats wrong ? ... its looks like that there are errors in the DirectX Packets ?!
anyone can help ?
Greetings,
MrNike