1. Operating Environment
This project is used to provide an efficient communication interface for self-developed digitizers and AWGs. The project relies on WinpCap. You should ensure that your computer has WinPcap installed before calling the DLL.
2. Compile Step
We use the VS2010 environment to compile the project. The steps are shown as below.
- 1 Create solution: Create a blank solution and add the source files.
- 2 Configure the solution: [Solution]->[Properties]->[Regular]->[Configure Type]->[.dll], and select [x64] & [Release]
- 3 Compile and build the project.