A note about using double precision mode on the FPU

On Windows Vista and 7, the FBEditor and FBPlayer classes uses Direct3D to display the movie. Direct3D switches the FPU to single precision for performance reasons. This is a global setting - it affects all applications. If your code requires the FPU to use double precision, you will need to set this after using the FBPlayer or FBEditor class.