I have a problem with the connector. The integration from the includes an libs in Code::Blocks works well, compiling too.
But when starting the application, it crashes everytime when open the mysql-connection. I've tried it also with the example-programm from the mysql-website, but the same result.
After consulting google, I guess the problem could be that the "libmysql" from the connector was compiled with Microsoft C++ Express, and so only works in Programms compiled with it, too.
May it help, to compile the connector myself from the source-code with MinGW, or is there, because this is a bit difficult, already an connector works with code::blocks?
Or may my problem be another one?
Thanks for helping!
But when starting the application, it crashes everytime when open the mysql-connection. I've tried it also with the example-programm from the mysql-website, but the same result.
After consulting google, I guess the problem could be that the "libmysql" from the connector was compiled with Microsoft C++ Express, and so only works in Programms compiled with it, too.
May it help, to compile the connector myself from the source-code with MinGW, or is there, because this is a bit difficult, already an connector works with code::blocks?
Or may my problem be another one?
Thanks for helping!