Page 1 of 1

Application terminated when open mysql while use wxSocketClient

Posted: Mon Feb 20, 2017 1:13 am
by agusjumadi
I have GUI app using wxdatabaselayer mysql port 3306. when I declare new object wxSocketClient with port 5555 while connecting to mysql the program terminated.
but when I just use one of that (wxSocketclient or wxdatabaselayer) program work properly. so I can connect to mysql or connect socketclient.
Is there any way to able to use mysql and socket at same time ?

Thanks very much

Re: Application terminated when open mysql while use wxSocketClient

Posted: Mon Feb 20, 2017 10:16 pm
by doublemax
I can't imagine how these could affect each other when they're not using the same port. It would be interesting to see a call stack / backtrace of the crash.

Re: Application terminated when open mysql while use wxSocketClient

Posted: Mon Feb 27, 2017 2:57 pm
by ONEEYEMAN
Hi,
In addition to what doublemax said - can you make a small example reproducing the issue?

Thank you.