Required files, Demo programs – Measurement Computing CB-NAP-7000P User Manual
Page 7
3
2.3 Required
Files
The VC++ user has to include the following five files:
1.
\NAP7000P\W32\UART\uart.dll
:RS232 related DLLs
2.
\NAP7000P\W32\UART\uart.lib
:import library of uart.dll
3.
\NAP7000P\W32\I7000\i7000.h
:declaration file for uart.dll & i7000.dll
4.
\NAP7000P\W32\I7000\i7000.dll
:CB-7000 series related DLLs
5.
\NAP7000P\W32\I7000\i7000.lib
:import library of i7000.dll
The BC++ & BC++ Builder user has to include the following four files :
1.
\NAP7000P\W32\UART\uart.dll
:RS232 related DLLs
2.
\NAP7000P\W32\BC_LIB\uart.lib :import library of uart.dll
3.
\NAP7000P\W32\I7000\i7000.dll
:CB-7000 series related DLLs
4.
\NAP7000P\W32\BC_LIB\i7000.lib :import library of i7000.dll
The VB, Delphi & LabVIEW user has to include only two files:
1.
\NAP7000P\W32\UART\uart.dll
:RS232 related DLLs
2.
\NAP7000P\W32\I7000\i7000.dll
:CB-7000 series related DLLs
2.4 Demo Programs
There are many demo program designed for VC++, VB, Delphi and BC++ Builder. These demo program in the
following directories:
1.
\NAP7000P\W32\VCDEMO\*.*
:VC++ demo program
2.
\NAP7000P\W32\VBDEMO\*.*
:VB demo program
3.
\NAP7000P\W32\Delphi\*.*
:Delphi demo program
4.
\NAP7000P\W32\BCB\*.*
:BC++ Builder demo program