[Qt-interest] WolfenQt on windows
Constantin Makshin
dinosaur-rus at users.sourceforge.net
Sun Aug 23 23:05:03 CEST 2009
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
More information about the Qt-interest-old
mailing list