Reply to thread

Hi


Also tried with the newest Platform SDK, I have "ctlutil.h" in the Platform SDK and DirectX 9.0 (Summer 2004)


And the files are equal, still got this in "class COARefTime : public"


private:

    //  Prevent bugs from constructing from LONG (which gets

    //  converted to double and then multiplied by 10000000

    COARefTime(LONG);

    operator=(LONG);

};




Error    1    error C4430: missing type specifier - int assumed. Note: C++ does not support default-int    c:\Program Files\Microsoft Platform SDK\Samples\Multimedia\DirectShow\BaseClasses\ctlutil.h    278   


Is there something missing in the project file?


Top Bottom