This is a discussion on Connecting to Informix within the Informix forums, part of the Database Server Software category; --> I am writting small program in C++ and need to connect to Informix database. Program should run under Solaris ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| jure.germovsek@gmail.com wrote: > I am writting small program in C++ and need to connect to Informix > database. > Program should run under Solaris 8 and compile using gcc 2.95.3. Are > there any free libraries to use? > > Can anybody help me? You've made a number of responses with zero context. Please read the FAQ posted on 1st March about how to respond to news group questions when using Google - the obvious 'reply' link isn't the correct one to use because it does not include the previous message. At the IIUG web site, there is a package esql++ which shows how to use ESQL/C with a C++ compiler - such as G++. You configure makefiles that are designed to compile C code to use the C++ (G++) compiler by saying 'CC=g++' on the make command line: make CC=g++ -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/ |