04-17-2009 03:18 PM
04-19-2009 06:04 AM
unfortunately, CVI is a pure C compiler. it will not compile C++ code, and the vector and string datatypes are part of the C++ standard library.
i've never tried this, but it seems you can use the CVI libraries in Visual Studio, which may allow you to use strings and vectors along with the GPIB library.