Using the intrepidcs API in Visual C++ 2008 - intrepidcs API
Do the following steps to use neoVI in Visual C++ 2008:
1) Copy the import library "icsnVC40.lib", header file "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 (Figure 1). This dialog is accessible via the "Project" pull down menu in Visual C++ 2008.

Figure 1 - Link to the "icsnVC40.lib"
3) Include the header icsnVC40.h in your C/C++ module
(Figure 2).
#pragma
once
#include "icsSpyData.h"
#include
"icsnVC40.h"
#include "string.h"
#include
<string>
#include
<vector>
namespace
VS8CNeoExample {4) Finally, call the methods as defined in the Basic Operation document.
Please see the Visual C++ 2008 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