23
SDK
SDK Function
5.1 Windows
Before starting to build VSM-200 driver please ensure that you
have installed the following development environment:
1. Visual Studio 2005 or later
2. Microsoft WDK 6000. More information on the following
link
http://www.microsoft.com/whdc/resources/downloads.mspx
3. Microsoft Windows Vista Software Development Kit.
While installing the SDK give simple pathname (for e.g.
SDK3.0) more information on the following link
http://www.microsoft.com/downloads/en/
details.aspx?familyid=4377F86D-C913-4B5C-B87E
F72E5B4E065&displaylang=en
After the installation on the VSM-200 SDK main directory
create a batch file with the following contents. Let’s assume
the batch file name is ‘setpath.bat’.
SET SDKROOT = (
Full Directory path containing Windows Vista SDK e.g. C:\SDK3.0
)
SET WDKROOT = (
Full Directory path containing WDK e.g. C:\WINDDK\6000
)
*Please run this batch file before compiling some of the modules s stated below.*
• Modules in the CX25820/1 driver sources
Capture and HeliosApp
are the modules that comprise
the full CX25820/1 software driver and application system.
Please follow the steps to install:
5
5.1.1 Driver Build Guide