Chapter 1. Software requirements

Table of Contents
C++ compiler
ODBC Driver Manager
Drivers
QT

C++ compiler

To compile libodbc++, you'll need a c++ compiler that supports exceptions, templates and namespaces and has a reasonable standard c++ library. On free unices, your best choice is GCC 2.95.2 or later, which can be obtained from the GCC homepage. If you already have egcs 1.1.2 or later, it will do.

On win32, success has been reported with MSVC 5.0 and 6.0, with and without QT.