I am trying to communicate with an instrument which interfaces with its computer controller through GPIB. The instrument's software includes a DLL which allows one to write VIs, using LabVIEW's call library function, to communicate with the instrument apart from the manufacturer's proprietary software. My VI to send and read is crashing because I need to allocate an output buffer for the response. How do I do this? (LabVIEW 6.0.1, Windows 98)