Re: Building Connector/C++
I just added the header file includes.
---------------------------------------------------------
in file "./cppconn/mysql_prepared_statement.h":
#ifndef _MYSQL_PREPARED_STATEMENT_H_
#define _MYSQL_PREPARED_STATEMENT_H_
#include <string.h> //------bahadirdogan
#include "dbciface/prepared_statement.h"
#include "mysql_private_iface.h"
----------------------------------------------------------
in file "./cppconn/mysql_connection.h":
#ifndef _MYSQL_CONNECTION_H_
#define _MYSQL_CONNECTION_H_
#include <memory> //-----------bahadirdogan
#include <stdlib.h> //-----------bahadirdogan
#include "dbciface/connection.h"
#include <list>
#include "mysql_private_iface.h"
These fixes solved the compilation problems.
Subject
Views
Written By
Posted
7846
February 15, 2009 09:00AM
3709
February 15, 2009 11:14AM
3436
February 15, 2009 03:31PM
Re: Building Connector/C++
3785
February 15, 2009 03:58PM
3245
February 15, 2009 03:46PM
2642
February 15, 2009 04:14PM
3180
February 16, 2009 02:13AM
3072
February 15, 2009 04:24PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.