National Instruments NI-VXI Example Programs From this point forward, refers to the directory to which you have installed NI-VXI. By default, this directory is C:\nivxi. To build this example using Microsoft Visual C++ 4.x: 1. Create a new project workspace. The target type should be Console Application. 2. Under the Insert menu, choose the Files into project option. 3. Add the source code (.c) file of the example you wish to build to the project. 4. Add the file nivxint.lib to the project. The full path for this file is: \win32\msvc\nivxint.lib. 5. Under the Tools menu, select the Options field. 6. Click the Directories tab. Make sure the include directory includes: \include. 7. Under the Build menu, select the Settings field. 8. Click the C/C++ tab. Add VXINT and __PROTOTYPES__ to the preprocessor definitions. NOTE: These example programs were compiled successfully with MSVC 4.0. The executables will run only on National Instruments MITE based hardware. This does NOT include MXI-1 products or VXIpc486-5xx embedded controllers. These examples can be used as a template for designing programs on any NI-VXI platform, but they require modifications to the source code before running them on any non-MITE product.