Changes between Initial Version and Version 1 of Ticket #222, comment 3
- Timestamp:
- Jun 8, 2011, 2:11:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #222, comment 3
initial v1 1 1 Actually it's the call to WinCreateMsgQueue() that is causing this particular problem. I strongly suggest to either add a local workaround to qeventdispatcher_pm.cpp or change API_FPU_CW_Wrappers.h. 2 2 3 For testing I did reset the FCW after WinCreateMsgQueue(). This change made QtDecalarative / QMLVIEWER work without the need for source code modifications as mentioned in #221 . 4 3 For testing I did reset the FCW after WinCreateMsgQueue(). This change made QtDeclarative / QMLVIEWER work without the need for source code modifications as mentioned in #221. I have not yet tried to revert the sources for QtCreator's QMLJS.DLL, but I suspect with this change it will work out of the box as well.