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!
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!