|
From: Tatsuro M. <tma...@ya...> - 2014-05-31 05:12:09
|
--- On Fri, 2014/5/30, Tatsuro MATSUOKA wrote: > --- On Fri, 2014/5/30, Bastian Märkisch wrote: > > > I cannot reproduce your problems here using MSVC 2012 and pre-built Qt > > 5.1.2 (MSVC) on Windows 8. Also MinGW with pre-built Qt 5.1.2 (MinGW64) > > works as expected. That is actually somewhat surprising since this mixes > > MinGW's libs with MinGW64's ... > > > > Have you tried using the provided binary Qt versions for MinGW64? > > > > The MinGW64 projrcts provides both 64 bit and 32 bit compliers. > Which one do you indicate by MinGW64. > > First try I have tried pre-built Qt 5.3.0 on MinGW 4.8.2 32bit. > But the compliler is posix threads version. > I have built my all dependencies using win32 threads. > > Therefore I build Qt 4.8.6 on MinGW w62-32 dawarf2 win32 thread and used. Although MinGW binary for Qt 5.3 is created by MinGW 4.8.2 with posix thread I heve tried again building gnuplot binary. As you told, the mouse operation can be done without problem. At the moment I will use Qt 5.3 pre-build binary and will y be replaced by self build one using MinGW with win32 thread. Thank you for your advise. Tatsuro |