Changes between Initial Version and Version 1 of Ticket #222, comment 3


Ignore:
Timestamp:
Jun 8, 2011, 12:11:46 PM (13 years ago)
Author:
rudi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #222, comment 3

    initial v1  
    11Actually 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.
    22
    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 
     3For 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.