NTL_NO_VISACOM Macro
Preprocessor definition to prevent inclusion of the VISA-COM header files.
Syntax
Section titled “Syntax”#define NTL_NO_VISACOMRemarks
Section titled “Remarks”Define NTL_NO_VISACOM before the include of “ntl.h” in order to prevent the VISA-COM I/O provider from being compiled in your project. This is useful if you do not have VISA-COM installed on your system.
Example
Section titled “Example”The following example demonstrates use of the NTL_NO_VISACOM macro.
// Prevent inclusion of the VISA-COM I/O provider header file#define NTL_NO_VISACOM
#include "ntl.h"