3 microsoft visual c, 4 .net programming users, Microsoft visual c – ADLINK PCIe-2602 User Manual

Page 83: Net programming users

Advertising
background image

DirectShow Programming Guide

73

PCIe-2602-FLR

3.5.3

Microsoft Visual C++

For VC++, the build environment must be set up prior to building,
as follows.

1. Open the solution file (baseclasses.sln) or the project file

(baseclasses.dsw) under %DXSDK%\Sam-
ples\C++\DirectShow\BaseClasses and build it.

2. Add the paths to the include directory inproject settings:

%DXSDK%\include
%DXSDK%\Samples\C++\DirectShow\BaseClasses

3. Add the paths to the additional library directory in project

settings:
%DXSDK%\Lib
%DXSDK%\Samples\C++\DirectShow\Base-
Classes\Release
%DXSDK%\Samples\C++\DirectShow\Base-
Classes\Debug

For the above, %DXSDK% is the installation path of DirectX SDK.

3.5.4

.Net Programming Users

Microsoft DirectShow provides only C++ programming. .Net users
must convert DirectShow COM objects to .net classes. Source
codes and samples from a supporting sourceforge project can be
downloaded from http://sourceforge.net/projects/directshownet/.

Advertising