[Development] qt3d examples with qt5.5 crashing

2015-03-11 Thread Arjun Das
Hi, When i try to run any of the compiled qt3d application's release version.The application crashes, and this are the error details collected by windows: Problem signature: Problem Event Name: APPCRASH Application Name: keyboardinput-qml.exe Application Version: 0.0.0.0 Application Times

Re: [Development] compilation of qt5.5 examples with qtcreator with visualstudio 2012 (msvc2012) fails - FIXED!!!

2015-03-11 Thread Arjun Das
>According to Ossi in this bug report[1], the problem was doing a make install >on a build that shouldn't be installed. >[1] https://bugreports.qt.io/browse/QTBUG-44862 Thanks. This fixed the problem.I had initially run nmake install, this had somehow confused qt from locating shell32.dll. Howev