Hello all,

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

Qt Code:
  1. configure.exe -webkit -debug-and-release -plugin-sql-sqlite -platform win32-msvc
To copy to clipboard, switch view to plain text mode 

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:

Qt Code:
  1. 'Insight.exe': Loaded 'C:\OxD\Projects\Applications\Insight\Debug\Insight.exe', Symbols loaded.
  2. 'Insight.exe': Loaded 'C:\Windows\System32\ntdll.dll'
  3. 'Insight.exe': Loaded 'C:\Windows\System32\kernel32.dll'
  4. 'Insight.exe': Loaded 'C:\Windows\System32\KernelBase.dll'
  5. 'Insight.exe': Loaded 'C:\OxD\Projects\3rdParty\qwt\5.2\lib\qwtd5.dll', Symbols loaded.
  6. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtGuid4.dll', Symbols loaded.
  7. 'Insight.exe': Loaded 'C:\Windows\System32\gdi32.dll'
  8. 'Insight.exe': Loaded 'C:\Windows\System32\user32.dll'
  9. 'Insight.exe': Loaded 'C:\Windows\System32\lpk.dll'
  10. 'Insight.exe': Loaded 'C:\Windows\System32\usp10.dll'
  11. 'Insight.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
  12. 'Insight.exe': Loaded 'C:\Windows\System32\comdlg32.dll'
  13. 'Insight.exe': Loaded 'C:\Windows\System32\shlwapi.dll'
  14. 'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7100.0_none_70f2699b3818286d\comctl32.dll'
  15. 'Insight.exe': Loaded 'C:\Windows\System32\advapi32.dll'
  16. 'Insight.exe': Loaded 'C:\Windows\System32\sechost.dll'
  17. 'Insight.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
  18. 'Insight.exe': Loaded 'C:\Windows\System32\shell32.dll'
  19. 'Insight.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
  20. 'Insight.exe': Loaded 'C:\Windows\System32\ole32.dll'
  21. 'Insight.exe': Loaded 'C:\Windows\System32\imm32.dll'
  22. 'Insight.exe': Loaded 'C:\Windows\System32\msctf.dll'
  23. 'Insight.exe': Loaded 'C:\Windows\System32\winmm.dll'
  24. 'Insight.exe': Loaded 'C:\Windows\System32\winspool.drv'
  25. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtCored4.dll', Symbols loaded.
  26. 'Insight.exe': Loaded 'C:\Windows\System32\ws2_32.dll'
  27. 'Insight.exe': Loaded 'C:\Windows\System32\nsi.dll'
  28. 'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll'
  29. 'Insight.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll'
  30. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtWebKitd4.dll', Symbols loaded.
  31. 'Insight.exe': Loaded 'C:\Windows\System32\version.dll'
  32. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\phonond4.dll', Symbols loaded.
  33. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtNetworkd4.dll', Symbols loaded.
  34. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtSqld4.dll', Symbols loaded.
  35. 'Insight.exe': Loaded 'C:\Windows\System32\avgrsstx.dll'
  36. 'Insight.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
  37. 'Insight.exe': Loaded 'C:\Windows\System32\dwmapi.dll'
  38. 'Insight.exe': Loaded 'C:\Windows\System32\cryptbase.dll'
  39. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qgifd4.dll', Symbols loaded.
  40. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qicod4.dll', Symbols loaded.
  41. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qjpegd4.dll', Symbols loaded.
  42. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qmngd4.dll', Symbols loaded.
  43. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qsvgd4.dll', Symbols loaded.
  44. 'Insight.exe': Loaded 'C:\Qt\4.5.1\bin\QtSvgd4.dll', Symbols loaded.
  45. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\imageformats\qtiffd4.dll', Symbols loaded.
  46. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qcncodecsd4.dll', Symbols loaded.
  47. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qjpcodecsd4.dll', Symbols loaded.
  48. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qkrcodecsd4.dll', Symbols loaded.
  49. 'Insight.exe': Loaded 'C:\Qt\4.5.1\plugins\codecs\qtwcodecsd4.dll', Symbols loaded.
To copy to clipboard, switch view to plain text mode 

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