Microsoft DirectX 8.1 (C++)

Building with the Base Class Library

The Microsoft® DirectShow® base classes are a set of C++ classes and utility functions. They are primarily intended for implementing DirectShow filters, but several of the helper classes are also useful for application developers.

To use the base classes, do the following:

Debug Build Strmbasd.lib, Msvcrtd.lib, Winmm.lib
Retail Build Strmbase.lib, Msvcrt.lib, Winmm.lib

See Also