[Qt-creator] QtCreator under Windows NT

Petric Frank pfrank at gmx.de
Mon Feb 2 02:21:09 CET 2009


Hello,

On Samstag, 31. Januar 2009, Petric Frank wrote:
> i built qtcreator.exe successfully under Windows NT. I used qt-4.5.0-beta1
> as Qt library and the 0.9.1-beta branch from git as source.
>
> Then i made
>   qmake qtcreator.pro
>   make
>
> When try to start qtcreator a dialog box pops up containing:
>
> Failed to load core: Cannot load library
> D:\Qt\qt-creator\lib\Nokia\Cored.dll: Die angegebene Prozedur nicht
> gefunden     (= requested procedure not found) Library base name:
> D:\Qt\qt-creator\lib\Nokia\Cored.dll
>
> The file Cored.dll is definitiely there at the given location.

Some further digging using dependency walker i saw a mysterious thing. At some 
location in the log it writes:

LoadLibraryW("D:\qt\qt-creator\lib\qtcreator\plugins\Nokia\Cored.dll") called 
from "d:\qt\4.5.0-beta1\bin\QTCORED4.DLL" at address 0x6A2343D8.
Loaded "d:\qt\qt-creator\lib\qtcreator\plugins\nokia\CORED.DLL" at address 
0x6E740000.  Successfully hooked module.

So it seems it loaded it properly. But later on there is the following:

LDR: Dll QtWebKitd4.dll base 6ea00000 relocated due to collision with D:
\qt\qt-creator\lib\qtcreator\plugins\Nokia\Cored.dll

followed by

Unloaded "d:\qt\qt-creator\lib\qtcreator\plugins\nokia\CORED.DLL" at address 
0x6E740000.

and at least

LoadLibraryW("D:\qt\qt-creator\lib\qtcreator\plugins\Nokia\Cored.dll") 
returned NULL. Error: Die angegebene Prozedur wurde nicht gefunden (127).

(The german text reads in english: "the given procedure was not found")

For me this looks suspicious. Anyone able to give me hints to track down the 
issue.
Could i be a solution to build the QT library (4.5.0-beta1) from source again 
(besides the people of trolltech/nokia) ?

Remark: This is on a Windows NT 4.0 Workstation with SP6a and IE6 installed 
also (I know it's rather old, but a requirement here).

regards
  Petric



More information about the Qt-creator-old mailing list