Application terminated when open mysql while use wxSocketClient

In this forum you can discuss database related issues which can be wxWidgets related, but also generic in nature.
Post Reply
agusjumadi
In need of some credit
In need of some credit
Posts: 1
Joined: Mon Feb 20, 2017 1:02 am

Application terminated when open mysql while use wxSocketClient

Post 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
User avatar
doublemax
Moderator
Moderator
Posts: 19102
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Application terminated when open mysql while use wxSocketClient

Post 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.
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Application terminated when open mysql while use wxSocketClient

Post by ONEEYEMAN »

Hi,
In addition to what doublemax said - can you make a small example reproducing the issue?

Thank you.
Post Reply