[Qt-interest] Deploying application issue

John McClurkin jwm at nei.nih.gov
Fri Oct 2 14:13:45 CEST 2009


Yuvaraj R wrote:
> I renamed it ..but same thing is happening .
> 
> 
> Thanks
> 
> Yuvaraj R
Renaming is not sufficient. The problem is that the library you linked 
against and the library you copied into the application directory are 
not the same. See the other posts in this thread for a solution.

> 
> On Fri, Oct 2, 2009 at 12:18 AM, John McClurkin <jwm at nei.nih.gov 
> <mailto:jwm at nei.nih.gov>> wrote:
> 
>     Srdjan Todorovic wrote:
>      > Hi,
>      >
>      > On 01/10/2009, John McClurkin <jwm at nei.nih.gov
>     <mailto:jwm at nei.nih.gov>> wrote:
>      >
>      >> 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.
>      >
>      > Would it work if Yuvaraj renamed QtCore4.dll to QtCore.dll ?
>      >
>      > Srdjan
>     I don't know. If QtCore.dll and QtCore4.dll are not the same, then he
>     would still probably have procedure entry problems.
>     _______________________________________________
>     Qt-interest mailing list
>     Qt-interest at trolltech.com <mailto:Qt-interest at trolltech.com>
>     http://lists.trolltech.com/mailman/listinfo/qt-interest
> 
> 



More information about the Qt-interest-old mailing list