Using the intrepidcs API in Borland C++ Builder - intrepidcs API
Do the following steps to use neoVI in Borland C++ Builder:
1) Copy the import library "icsnBC40.lib", header file "icsnBC40.h", and data structure file "icsspyData.h" to your project directory.
2) Link to icsnBC40.lib import library via the "Add to Project..." option (Figure 1). This dialog is accessible via the "Project" pull down menu in C++ Builder. When the file dialog appears, select the icsnBC40.lib. (You can also dynamically link to the DLL. The following link has code to help set this up. Dynamic Link Helper)

Figure 1 - Add the Link to the "icsnBC40.lib"
3) Your project manager will now show the import library icsnBC40.lib (Figure 2).

Figure 2 - The import library "icsnBC40.lib"
is loaded.
3) Include the header icsnBC40.h in your C/C++ module (Figure 3).

Figure 3 - The #include statement in the C++
module.
5) Finally, call the methods as defined in the Basic Operation document.
Please see the Borland C++ Builder example for more information on using the neoVI API with Borland C++ Builder.
| intrepidcs API Documentation - (C) Copyright 2000-2009 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Wednesday, May 27, 2009