Changes between Version 9 and Version 10 of Getting-Started/Windows/2.0-dev
- Timestamp:
- Apr 12, 2011 3:37:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows/2.0-dev
v9 v10 1 1 Requirements: 2 2 3 !DirectShow SDK, included in [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Windows SDK], tested with Windows SDK for Windows 7 and .NET Framework 3.5 SP1. The components needed are Win32and Samples.3 !DirectShow SDK, included in [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Windows SDK], tested with Windows SDK for Windows 7 and .NET Framework 3.5 SP1. The minimum components needed are Win32 headers and libraries and Samples. 4 4 5 5 Add the include and lib directories path to Visual Studio configuration. 6 Look for the baseclasses project, and add the include path to Visual Studio configuration. 6 Look for the Baseclasses project, and add the include path to Visual Studio configuration. 7 In the property of the Baseclasses project, change the code generation to Multi-threaded Debug, instead of the default Multi-threaded DLL. 7 8 Compile the baseclasses project in the samples, and add the resulting library to the path of Visual Studio configuration 8 9