Using the intrepidcs API in Visual C++ - intrepidcs API
Do the following steps to use neoVI in Visual C++:
1) Copy the import library "icsnVC40.lib", header files "icsnVC40.h" and "icsneo40_API.h", and data structure file "icsspyData.h" to your project directory.
2) Link to the icsnVC40.lib import library via the project settings link tab (Figure 1). This dialog is accessible via the "Project" pull down menu in Visual C++.

Figure 1 - Link to the "icsnVC40.lib"
3) Include the header icsnVC40.h in your C/C++ module (Figure 2).

Figure 2 - The #include statement in the C/C++
module.
4) Finally, call the methods as defined in the Basic Operation document.
Please see the Visual C++ example for more information on using the neoVI API with Visual C++.
| intrepidcs API Documentation - (C) Copyright 2000-2010 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Friday, October 02, 2009