DirectShow SDK is required for video chat recently ..
Avchat has such an instance, which requires streams. h and streams. Lib.
DirectShow SDK can download http://www.microsoft.com/downloads/details.aspx here? Familyid = 8af0afa9-1383-44b4-bc8b-7d6315212323 & displaylang = en
As for streams. h and streams. Lib, they are stored in DirectShow SDK/samples/C ++/DirectShow/baseclasses.
Compile it.
The problem is that vs2008 compilation fails:
The error is as follows:
Error c4430: Missing type specifier-int assumed. Note: C ++ does not support default-int
./Winutil. cpp (2104): Error c2065: 'Count': Undeclared identifier
Modify winutil. cpp:
Ctlutil. h
Operator = (long );
Change
Coareftime & operator = (long );
For (COUNT = pallocount; int (count) <min (palhistart, icolours); count ++ ){
Change
For (IntCount = pallocount; int (count) <min (palhistart, icolours); count ++ ){"
Add:
Long idone = 0;
For (idone = 0;
Idone <nsamples | (m_nbatched! = 0 & m_bsendanyway );