[newbie] qt mysql question

2002-08-18 Thread chuck
I need to build the qt mysql plugin wihth multi thread support. I made qt with the -thread option and everything seems to have built just fine. Now I need to build the mysql plugin. what do I need to do to make sure it has multi thread support? Thanks, -Chuck Want to buy your Pack or

Re: [newbie] qt mysql question

2002-08-18 Thread frame
On Sunday 18 August 2002 10:11 pm, chuck wrote: I need to build the qt mysql plugin wihth multi thread support. I made qt with the -thread option and everything seems to have built just fine. Now I need to build the mysql plugin. what do I need to do to make sure it has multi thread

Re: [newbie] qt mysql question

2002-08-18 Thread chuck
Yes, I read the configure help file and added the -thread option. I didn't make the plugin when I made QT. I would like to make the plugin with multi thread support without remaking QT. I don't have a plugins-mt directory so I'm not sure if something is wrong. On Sun, 2002-08-18 at 15:26, frame

Re: [newbie] qt mysql question

2002-08-18 Thread frame
Here's what qt3.0.5 online doc is saying: Plugins and Threaded Applications If you want to build a plugin which you want to use with a threaded Qt library (whether or not the plugin itself uses threads) you must use a threaded environment. Specifically, you must link the plugin with a