Overview
This document has been archived and is no longer updated by National Instruments.This is the GPIB language interface for PowerBASIC, a DOS programming environment for creating 16-bit applications. Download the Powerbas.zip file (in the example.zip file, below). This file contains the declaration file PBDECL.BAS, the language interface file PBIB.OBJ, and some sample programs.
How to Use the PowerBASIC Language Interface:
The PBDECL.BAS file contains constants, declarations, and subroutine prototypes. The PBIB.OBJ file is the language interface object module. You must include the following lines at the beginning of your application:
$INCLUDE "PBDECL.BAS"
$LINK "PBIB.OBJ"