Additional Compiler Information - National Instruments VXI-1394 Getting Started

Interface for windows nt/98
Hide thumbs Also See for VXI-1394:
Table of Contents

Advertisement

Chapter 3
Developing Your Application
Note
T&M Explorer includes special settings that you must use for memory sharing.
Consult the T&M Explorer online help for information on setting these up.

Additional Compiler Information

Note
LabWindows/CVI automatically includes the VISA library if it is needed.
You do not need to explicitly link to the VISA import library when using
LabWindows/CVI.
Note
LabWindows/CVI automatically includes the VXI library if it is needed. You do not
need to explicitly link to the NI-VXI import library when using LabWindows/CVI.
VXI-1394 Interface for Windows NT/98
Table 3-1. NI-VXI/VISA Examples (Continued)
Coverage
Interrupt Handling
Trigger Handling
When building an application with NI-VISA, you must include
in your source code. In addition, you should link in the appropriate import
library for your compiler.
For the Microsoft C/C++ environment, use the
VXIpnp \ os \lib\msc
the
in the
visa32.lib
you are using Microsoft C/C++ with Windows NT and have installed
NI-VISA into the default directory, you would normally specify
C:\VXIpnp\WinNT\lib\msc\visa32.lib
When building an application with NI-VXI, you must include
in your source code. In addition, you should link in the appropriate import
library for your compiler.
For the Microsoft C/C++ environment, use the
directory. For Borland C/C++, use the
NIVXI \win32\msc
in the
NIVXI \win32\borlandc
Microsoft and have installed NI-VXI into the default directory, you would
normally specify
C:\NIVXI\msc\nivxint.lib
NI-VXI
Example
VXIint.c
VXItrig.c
directory. For the Borland C/C++ environment, use
VXIpnp \ os \lib\bc
directory. For example, if you are using
3-6
NI-VISA
Example
VISAint.c
AsyncHan.c
SyncInte.c
VISAtrig.c
SyncTrig.c
"visa.h"
in the
visa32.lib
directory. For example, if
.
"nivxi.h"
in the
nivxint.lib
nivxint.lib
.
www.ni.com

Advertisement

Table of Contents
loading

Table of Contents