Compile DirectShow (DirectX 9.0) in VS2005

1. Add DirectShow include path, such as "C:\DXSDK\include", to "Tools -> Options -> Projects and Solutions -> VC++ Directories -> Include Files"
(Keep the new added path in the bottom)

2. Add DirectShow library path, such as "C:\DXSDK\lib", to "Tools -> Options -> Projects and Solutions -> VC++ Directories -> Library Files"
(Keep the new added path in the bottom)

3. Modify declaration of class COARefTime (ctluril.h: Line 278)
operator=(LONG);
->
COARefTime& operator=(LONG);

張貼留言

注意:只有此網誌的成員可以留言。