[Qt-interest] Deploying application issue
Yuvaraj R
yuvaraj at ongobiz.com
Sat Oct 3 10:11:37 CEST 2009
I installed my application at Mysql uninstalled system
I got following error:
can't connect to mysqlserver on localhost(10060)
QMYSQL:Unable to connect..
I have libmysql.dll and qsqlmysql.dll in my application folder..
How do solve this issue?
Thanks
Yuvaraj R
On Sat, Oct 3, 2009 at 9:07 AM, Yuvaraj R <yuvaraj at ongobiz.com> wrote:
> Thanks Konrad Rosenbaum for your valuable suggestion..
>
> Now it is working...
>
>
>
> Thanks
>
> Yuvaraj R
>
>
>
>
> On Fri, Oct 2, 2009 at 7:42 PM, Konrad Rosenbaum <konrad at silmor.de> wrote:
>
>> Hi,
>>
>> On Thursday 01 October 2009, Yuvaraj R wrote:
>> > I have created mysql based application..
>> >
>> > When i am trying to run my exe .. i am getting
>> >
>> >
>> > The Procedure entry point? shared_null at QByteArray
>> > <http://doc.trolltech.com/latest/QByteArray.html>@@0UData at 1@a could
>> > not be located in the dynamic link library QtCore.dll
>>
>> just a wild guess: you seem to be using a MinGW based Qt version - I'm
>> guessing the SDK that contains QCreator and Qt libs. You need to be aware
>> that this pack contains two very different versions of Qt (why that is is
>> anybodies guess) - the one that QCreator is linked against (in the
>> same "bin" directory that qcreator.exe is in) and the one that programs
>> use
>> (in qt/bin). You need the Qt libs version (qt/bin/*.dll), not the qcreator
>> version.
>>
>>
>> Konrad
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091003/199d76d6/attachment.html
More information about the Qt-interest-old
mailing list