Hi,
I had installed qt4.8.4 and qt plugin for visual studio to build qt4 project within visual studio 2008. I also had compiled the qwt6.0.2 in debug and release mode manually with instruction in the INSTALL file. Now, I could build and run the qwt examples in release mode. When I try to debug these examples, the application could not be launched.
The following is the output:
'simpleplot.exe': Loaded 'D:\My Documents\Visual Studio 2008\Projects\QT\QWT\qwt_demo\Win32\Debug\simplepl ot.exe', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\QtCored4.dll', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc 8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcp90d.dll', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc 8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcr90d.dll', Symbols loaded.
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\QtGuid4.dll', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\winspool.drv'
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\qwtd.dll', Binary was not built with debug information.
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\QtSvg4.dll', Binary was not built with debug information.
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\QtGui4.dll', Binary was not built with debug information.
'simpleplot.exe': Loaded 'D:\Qt\4.8.4\bin\QtCore4.dll', Binary was not built with debug information.
'simpleplot.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9 a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcp90.dll', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9 a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcr90.dll', Symbols loaded.
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\lpk.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\usp10.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll'
'simpleplot.exe': Loaded 'C:\Program Files\360\360safe\safemon\safemon.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\psapi.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\wininet.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\normaliz.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\urlmon.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime'
'simpleplot.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
The thread 'Win32 Thread' (0x178c) has exited with code 1 (0x1).
The program '[5608] simpleplot.exe: Native' has exited with code 1 (0x1).

I had debug into the application and found that the application exit when I tried to construct an instance of QwtPlot class. Could anybody give me some advice on how to deal with this situations or recommend to me the version of an stable combination of qt and qwt for visual studio or mingw.