readme.txt Driver File Contents (sp7oemsdk10.zip)

DirectShow Sample -- Base Classes
---------------------------------

The Microsoft DirectShow base classes are a set of C++ classes 
and utility functions that you can use to implement DirectShow filters. 
For complete documentation of the base classes, see "DirectShow Base Classes" 
in the DirectShow Reference section of the DirectX SDK documentation.

NOTE: The BaseClasses header file schedule.h has been renamed to dsschedule.h
to prevent conflicts with the Platform SDK <schedule.h>.  Only the refclock.h
header in the BaseClasses directory uses this header, so the impact should
be minimal.

Building for Windows XP
-----------------------
If you want to target Windows XP specifically to use its new features, 
you must set WINVER=0x501 in the BaseClasses project file.  You must also 
install the Windows XP Platform SDK, however, to ensure that you have the 
latest header files.  For example, wxutil.cpp uses the new TIME_KILL_SYNCHRONOUS flag 
only if (WINVER >= 0x501).  This flag is conditionally defined in the Windows XP 
Platform SDK in mmsystem.h, but only if WINVER is also set to 0x501 when compiling.

	#if (WINVER >= 0x501)
	#define TIME_KILL_SYNCHRONOUS	0x0100
	#endif
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 2.66