PDA

View Full Version : Problem with Qt 4.5.1 and Windows 7 RC (Build 7100)



Paladin12
13th May 2009, 09:58
Hello all,

I've built 4.5.1 with MSVC 2008 with the configuration:



configure.exe -webkit -debug-and-release -plugin-sql-sqlite -platform win32-msvc


I have an application that uses the SQL, Phonon, Webkit and Network modules. When I load either the debug or release version, during the loading of the application, it hangs after loading the following DLLs. Below is the output of the debug version:



'Insight.exe': Loaded 'C:\OxD\Projects\Applications\Insight\Debug\Insigh t.exe', Symbols loaded.
'Insight.exe': Loaded 'C:\Windows\System32\ntdll.dll'
'Insight.exe': Loaded 'C:\Windows\System32\kernel32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\KernelBase.dll'
'Insight.exe': Loaded 'C:\OxD\Projects\3rdParty\qwt\5.2\lib\qwtd5.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtGuid4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Windows\System32\gdi32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\user32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\lpk.dll'
'Insight.exe': Loaded 'C:\Windows\System32\usp10.dll'
'Insight.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
'Insight.exe': Loaded 'C:\Windows\System32\comdlg32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\shlwapi.dll'
'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7100.0_none_70f2699 b3818286d\comctl32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\advapi32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\sechost.dll'
'Insight.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
'Insight.exe': Loaded 'C:\Windows\System32\shell32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\ole32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\imm32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\msctf.dll'
'Insight.exe': Loaded 'C:\Windows\System32\winmm.dll'
'Insight.exe': Loaded 'C:\Windows\System32\winspool.drv'
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtCored4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Windows\System32\ws2_32.dll'
'Insight.exe': Loaded 'C:\Windows\System32\nsi.dll'
'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc 8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\ms vcp90d.dll'
'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc 8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\ms vcr90d.dll'
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtWebKitd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Windows\System32\version.dll'
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\phonond4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtNetworkd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtSqld4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Windows\System32\avgrsstx.dll'
'Insight.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
'Insight.exe': Loaded 'C:\Windows\System32\dwmapi.dll'
'Insight.exe': Loaded 'C:\Windows\System32\cryptbase.dll'
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qgifd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qicod4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qjpegd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qmngd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qsvgd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtSvgd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qtiffd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qcncodecsd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qjpcodecsd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qkrcodecsd4.dll', Symbols loaded.
'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qtwcodecsd4.dll', Symbols loaded.


Has anyone ever tried building and running an advanced application like this in Windows 7 RC?

Any help is welcome. Please let me know if more information is necessary.

Kind Regards