[Qt-interest] WolfenQt on windows

OS Prog osprog at gmail.com
Mon Aug 24 11:00:13 CEST 2009


Hi Constantin,

You are right - it looks like GCC function call. I have both (VS and GCC Qt
versions on my machines).
I tried today on my working PC (it is XP) and it worked (with VS). I'll
check the dlls...
Thanks.

Regards,
Nikolay

Visual Studio mangles the "qWinAppInst" function name as
> "?qWinAppInst@@YAPAUHINSTANCE__@@XZ". "_Z11qWinAppInstv" looks like a
> GCC-way of mangling C++ function names (google "name mangling" for
> details).
>
> So, you have QtCore compiled with one compiler (Visual Studio) and some
> other libraries compiled with another compiler (GCC). Dependency Walker
> may help you with solving this problem.
>
> On Mon, 24 Aug 2009 00:27:34 +0400, OSProg <osprog at gmail.com> wrote:
> > I've compiled them by myself.
> > The Qt 4.5 is compiled for/with VS2008 and it works fine with other
> > projects I have.
> > I've downloaded the WolfenQt sources from the git, make the VC project
> > and compiled. When I run, this runtime error appears.....
> >
> >>
> >> I suspect compilers incompatibility. Did you compile Qt or WolfenQt by
> >> yourself or used pre-compiled versions?
> >>
> >> On Sun, 23 Aug 2009 20:31:35 +0400, OSProg <osprog at gmail.com> wrote:
> >>> Hi,
> >>>
> >>> I try to run WolfenQt on Windows (VS2008).
> >>> Everything is built OK, but when I run it an error appears:
> >>> "Entry Point Not Found"
> >>> "The procedure entry point _Z11qWinAppInstv could not be located in the
> >>> dynamic link library QtCored4.dll."
> >>> What could be the reason?
> >>> I'm using the same libraries for other Qt projects and they just run
> >>> fine...
> >>>
> >>> The OS is Vista Home.
> >>>
> >>> Best regards,
> >>> Nikolay
> >>
> >> --
> >> Constantin "Dinosaur" Makshin
>
> --
> Constantin "Dinosaur" Makshin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090824/534f3101/attachment.html 


More information about the Qt-interest-old mailing list