[Qt-interest] Deploying application issue
John McClurkin
jwm at nei.nih.gov
Thu Oct 1 17:27:50 CEST 2009
Yuvaraj R wrote:
>
> Hi All
>
> 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
>
> But i have added following dll in my application folder..
>
> 1) myappplication.exe
> 2)mingw10.dll
> 3)Qtcore4.dll
> 4)QtGUi4.dll
> 5)QtXMl4.dll
> 6)QtNetwork.dll
> 7)libmysql.dll
> 8) QtSql4.dll
> 9)SqlDrivers folder(Qsqlmysql4.dll,qsqmysqld4.dll,qsqlite4.dll,
> qsqlited4.dll,qsqlodbc.dll,qsqlodbc.dll)
>
> still i have to add any other dll to solve this issue ?
>
>
> Thanks
>
> Yuvaraj R
The problem to which Srdjan was referring is not that you miss spelled
Qtcore4.dll. The problem is that your application is looking for
QtCore.dll, but you have QtCore4.dll. You have to figure out why your
application was linked against QtCore.dll and not QtCore4.dll. My Qt
installation doesn't even have a QtCore.dll library.
More information about the Qt-interest-old
mailing list