TestCS is a brief C# (VS2003) example of connecting to a DP5, reading the status/configuration, and acquiring data. Only the functions used were updated to the correct C# data types. It is recommended that all the API functions to be used be converted before creating an end-user application. Creating a C# Interface for the DPPAPI NOTES: --------------------------------------------- 1. The DPPAPI functions are standard C export functions. 2. Standard C export function data types are standard C\C++ data types. see .\Data Conversions\C++ Data Types.pdf 3. The C\C++ data types must be converted to C# data types. see .\Data Conversions\csharp Integeral Data Types.pdf see .\Data Conversions\csharp Built-in Data Types.pdf 4. DPPAPI (BETA) Reference Documents see "DPPAPI_Reference_Beta.pdf" for programming help see "DppApi Help.pdf" for DppApi function interface help.