Changes between Version 8 and Version 9 of Getting-Started/Windows/2.0-dev


Ignore:
Timestamp:
Apr 12, 2011 3:27:31 PM (13 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows/2.0-dev

    v8 v9  
    11Requirements: 
    22 
    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 
     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 Win32 and Samples. 
     4 
     5Add the include and lib directories path to Visual Studio configuration. 
     6Look for the baseclasses project, and add the include path to Visual Studio configuration. 
     7Compile the baseclasses project in the samples, and add the resulting library to the path of Visual Studio configuration 
    48 
    59[http://www.libsdl.org/release/SDL-devel-1.2.14-VC8.zip SDL 1.2 Win32 Development Libraries]. Unzip and add the include and lib directories path to Visual Studio configuration.