Now that DirectShow is not released with DIRECXTX, it has been packaged with the Windows SDK and can download the latest Windows SDK Development Kit on the website.
Download DirectShow (actually download the latest Windows SDK)
Now that DirectShow is not released with DIRECXTX, it has been packaged with the Windows SDK and can download the latest Windows SDK Development Kit on the website. Windows SDK Address: http://www.microsoft.com/download/en/details.aspx?id=8442 is downloaded by system type.
Because my computer system is installed with 64-bit windows7 and thus selected Grmsdkx_en_dvd.iso 64-bit AMD CPU
The following configuration is made for VS2013 and DirectShow
After the download is installed, compile the BaseClasses project in C:\Program Files\Microsoft Sdks\windows\v7.1\samples\multimedia\directshow\ BaseClasses. Choose a different compilation environment (DEBUG,DEBUG_MBCS,RELEASE,RELEASE_MBCS) as an administrator to get four types of strmbasd.lib, Select the corresponding debug version of Strmbasd.lib when developing the project
There was an error at compile time, regardless of which mode you chose, Click on the local Windows debugging will always pop up unable to start the program Baseclasses.lib, has been good depressed, hurriedly Niang query, a lot of different ways to try no, later in a post on the same issue to see a cow people reply this is actually not a problem, in fact, we chose to run the wrong way, because this is not the console program , there is no exe, but the creation of the library, all of us can not directly point F5 or debug run, we should be in the Solution Explorer right click BaseClass, select Rebuild, so we can produce the different versions of Strmbasd.lib we need, haha, My little bird is learning slowly
Unable to Start program Baseclasses.lib