Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use mysql++ in c++ builder 2010

Status
Not open for further replies.

kakki

Programmer
Sep 7, 2009
1
NL
Hello All,

I'm trying to use mysql++ in c++builder 2010, but I can't get it to work.
I downloaded the library here: In the downloaded file, there is a vc++ project available to build the dll, so I used vc++ to create the .dll.

But I can't get that dll to work in my c++builder 2010 project.
I added mysqlpp.lib and the libmysql.lib files to the project, and I added both the include paths for mysql and mysql++ in the include files search path.

But I keep getting a lot of errors (too much to post)

Can somebody give me a step by step explaination on using mysql++ in c++builder 2010?

Thanks in advance!
 
VC dll's and CodeGear/Borland dll's are different enough to cause problems. Have you looked the the build-in options like dbExpress, ODBC, or ADO (if you have the Enterprise version)?

Look at thread101-849898 and thread101-1013078 for starters.



James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top