> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Yves Bailly > Sent: Friday, December 21, 2012 8:17 AM > To: [email protected] > Subject: Re: [Interest] Trouble with "release" build on Win7 > > Hello all again, > > Le 20/12/2012 15:19, Yves Bailly a écrit : > > Greetings all, > > I'm building Qt5 for 64bits using Visual 2010 on a Windows 7 64bits host, > debug and release. > > However it seems anything using Qt5Gui.dll fails to start. > > > > - Running the example > qtbase/examples/gui/analogclock/debug/analogclock.exe works fine. > > - Running the example > qtbase/examples/gui/analogclock/release/analogclock.exe fails. > > Now things get weird... I build a 32bits version of Qt5, Visual 2010 Pro SP1, > on a Windows 7 64bits host. The example > "qtbase/exampels/gui/analogclock" starts both in release and debug flavor, > bug it doesn't show the usual clock... just a grey rectangle with written > "QWindow" in the middle. Same with the "rasterwindow" example.
I can confirm this. Can you create a bug report for it? However, I couldn't reproduce your 64 bit issues. I've been building with 16.00.40219.01 for x64 , configure was "configure -prefix %CD%\qtbase -opensource -confirm-license -nomake tests". The examples show exactly the same behavior as on 32 bit. > The example "qtbase\examples\widgets\animation\animatedtiles" seems > to work though, and at least QtDesigner starts... > > I'll give a try to a Visual 2012 compile. > > However I really need a Visual 2010 64bits built of Qt5. I'm ready to try > things, provide any needed information... please help! What should I try or > check or whatever? > > Side question: where's the HTML doc? it used to be provided ready-to-use in > Qt4 releases... If you've I installed the binary packages you should find the .html files under docs. Open e.g. 5.0.0/%compiler%/doc/qtdoc/index.html . If you're building yourself, run 'make docs'. Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
