Hello ...

i need help with the sample code given by windows SDK.

there is this AMCAP code they provide.
but there seems to be 5 errors of the same type...

C:\DX90SDK\Samples\C++\DirectShow\BaseClasses\ctut il.h(278): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

and the line 278 of ctutil.h displays;

private:
COARefTime (LONG);
operator = (LONG);

};

anyone could help me to solve the error.. or any guidance?
please.

thanks in advance.

-sue.