MySQL Forums
Forum List  »  Connector/C++

Re: MySQL, MySQL++, DevCpp
Posted by: Gerhard Mayer
Date: May 11, 2007 02:55AM

I had the same problems with building the MySQL++ library (see my postings from 2nd May). I think the problem is that Windows is not really supported by this library. So either you try the hard way and fix the problem in the source code of MySQL++ - then please let me know if you have a working solution) or you chose to use the C-API instead.

I tried it with the C-API and everything works well (after some trials to specify the right libraries for linking - see my postings from May 2nd).
This means I cannot use the object oriented way to access MySQL, but this I think is only a small drawback, because you can easily mix C and C++ code, so that you can write all the other code parts (which do not access MySQL) in the nice object-oriented way.

Greeting,
Gerhard Mayer

Options: ReplyQuote


Subject
Views
Written By
Posted
6758
May 11, 2007 01:35AM
Re: MySQL, MySQL++, DevCpp
3476
May 11, 2007 02:55AM
3374
May 11, 2007 03:41AM


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.