|
|
Thanks Dimitri,
libMySql.dll couldn't be found when I selected qsqlmysql.dll
The reason I couldn't access it on my work machine even after install MySql
was because libMySql.dll needed msjava.dll which for some reason wasn't on
my system anyway. I think this may be because on that system I put the "no
install" version of mysql. Maybe the official installer version installs
msjava.dll as well.
The only outstanding issue now is that the debug version of QMYSQL isn't
working and I'm guessing it's because it's calling the release version of
libMySql.dll
I'll try building the debug version and see what happens.
Thanks again for your assistance.
Dimitri <dimitri@xxxxxxxxxxxxx> wrote in
news:eh0ovs$v4e$1@xxxxxxxxxxxxxxxxxx:
> Hi,
>
>> If I run it on my dev box, I get QMYSQL.
>> If I take the same binaries (including the plugin in the sqldrivers
>> folder) and from from another machine then QMYSQL won't appear in the
>> list.
>
> That's probably because you're missing a dependency of the MySQL
> driver plugin (probably the MySQL client library).
>
> Check the dependencies of the MySQL driver plugin using the Dependency
> Walker.
> http://www.dependencywalker.com/
>
> --
> Dimitri
>
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|