DirectShow in the Windows SDK for Vista

The Windows SDK for Vista fixes some of the issues with the DirectShow samples that I've posted about previously. In particular, the samples were updated for Visual Studio 2005, and now include Visual Studio project files instead of makefiles.

You can download the SDK here: https://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en

The latest DirectShow documentation is posted here: https://msdn2.microsoft.com/en-us/library/ms783323.aspx

Release notes are posted here: https://msdn2.microsoft.com/en-us/library/ms783323.aspx

 Some additional release notes:

- Although DirectShow supports x64, the DirectShow SDK samples do not have x64 build configurations.

- The Async Filter sample is missing the .def file directive. To fix this, go to project settings, Linker / Input / Module Definition File, and add "Filter\asyncflt.def". Also, in the .def file change the LIBRARY statement to "Async.DLL"


This posting is provided "AS IS" with no warranties, and confers no rights.