Reply to thread

Hi Drak,


Thanks for your guide, I tried but get this error now :


---------------------------


cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1  -DWIN32 -

D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0501 -D_WIN32_IE=0x0600 -DWINVER=0x0501 -Z

i -Od -DDEBUG  -D_MT -MTd /Zc:forScope- /EHsc /Yu"streams.h" /FpXP32_DEBUG\strea

ms.pch /Fo"XP32_DEBUG\\" /Fd"XP32_DEBUG\\" /D_MBCS /I "." /I"C:\Program Files\Mi

crosoft DirectX SDK (December 2005)\\Include" /D_LIB /D_WIN32_DCOM  wxdebug.cpp

wxdebug.cpp

wxdebug.cpp(564) : error C4430: missing type specifier - int assumed. Note: C++

does not support default-int

NMAKE : fatal error U1077: 'cl' : return code '0x2'

Stop.


C:\Program Files\Microsoft Platform SDK\Samples\Multimedia\DirectShow\BaseClasse

s>


---------------------------


Top Bottom