Posts

Showing posts from April, 2007

Compile libjpeg instructions

http://www.nevrax.org/tikiwiki/tiki-index.php?page=libJPEG

working with DirectShow

The project I am working on has some code already written using DirectShow and I am working with Visual Studio 2005. DirectShow needs DirectX also. So you need both of them installed. It seems that DirectShow was moved from DirectX and was a separate package. Now it seems it is part of the Windows Platform SDK. Latest "DirectX Software Development Kit" location here Latest Platform SDK it is called "Microsoft Windows Server 2003 R2 Platform SDK" and get it from here From the webpage select the type of target platform you want the SDK for. It will download a small web installer from which you can select what SDK components you want to download an install. In this case choose DirectShow. The project uses a DirectShow filter and this one needs Strmbase.lib which is the static library from BaseClasses (located under: (SDK root)\Samples\C++\DirectShow\BaseClasses) The documentation says that there it should be an BaseClasses.dsw file but its not. I did a search on google