User manual
Chapter 3 Programming Demos RIGOL
DSA700 Programming Guide 3-5
Visual C++ 6.0 Programming Demo
Enter the Visual C++6.0 programming environment and follow the steps below.
1. Build a MFC project based on dialog box and name it as DemoForDSA.
2. Open the Link tab in Project Settings and add visa32.lib to the Object/library modules
manually.
3. Open the Directories tab in Tools Options.
Select Include files in Show directories for and double-click at the blank in Directories to add the
path of Include: C:\Program Files\IVI Foundation\VISA\WinNT\include.
Select Library files in Show directories for and double-click at the blank in Directories to add the
path of Lib: C:\Program Files\IVI Foundation\VISA\WinNT\lib\msc.
Note: The two pathes added here are related to the installation directory of NI-VISA on your PC. Here,
NI-VISA is installed under C:\Program Files\IVI Foundation\VISA by default.