﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
52	sigfpe	abwillis	dmik	"I have built Typefaster:
http://sourceforge.net/projects/typefaster/
which uses QT3 and not QT4.  I was getting SIGFPE errors until I recalled floating point issues such as was seen in Cairo.  I then happened on the fix in QT4:
http://svn.netlabs.org/qt4/changeset/430
I was able to take the API_FPU_CW_Wrappers.h and update qt_os2.h:
Index: qt_os2.h
===================================================================
--- qt_os2.h    (revision 188)
+++ qt_os2.h    (working copy)
@@ -44,6 +44,9 @@
 #define INCL_PM
 #include <os2.h>

+// wrappers for each Win* and Gpi* call that restore the FPU Control Word
+#include <API_FPU_CW_Wrappers.h>
+
 // OS/2 system exception handler callback interface

 #if !defined(QT_OS2_NO_SYSEXCEPTIONS)
"	defect	new	high		3rdparty		critical			
