[Qt-interest] Deploying application issue
Konrad Rosenbaum
konrad at silmor.de
Fri Oct 2 16:12:43 CEST 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091002/668ed93c/attachment.bin
More information about the Qt-interest-old
mailing list