MySQL Forums
Forum List  »  Connector/C++

Re: Building Connector/C++
Posted by: bahadır doğan
Date: February 15, 2009 03:58PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
7558
February 15, 2009 09:00AM
3635
February 15, 2009 11:14AM
3352
February 15, 2009 03:31PM
Re: Building Connector/C++
3712
February 15, 2009 03:58PM
3194
February 15, 2009 03:46PM
2560
February 15, 2009 04:14PM
3106
February 16, 2009 02:13AM
2975
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.