Search found 2 matches

by amaurisarchibald
Fri May 30, 2014 2:12 pm
Forum: Database Related
Topic: Unable to connecto mysql
Replies: 3
Views: 16910

Re: Unable to connecto mysql

Hi Esteven, tanks for your reply.

I use `mysql_config --libs ` parameter wich calls mysqclient lib.

I did also tried SOCI, but this also need mysqlclient lib.

Regards,

Amauris
by amaurisarchibald
Thu May 15, 2014 6:06 pm
Forum: Database Related
Topic: Unable to connecto mysql
Replies: 3
Views: 16910

Unable to connecto mysql

Hi everyone, I dowloaded and compiled wxWidget sample program. Everything was working fine, until i tried to add a reference to mysql client library. After adding mysql_config --libs to the gcc linker, the program does compile but it just "freeze" after executing line wxIMPLEMENT_APP(MyApp...