Tagged Questions
6
votes
2answers
254 views
Third party code is modifying the FPU control word
The introduction - the long and boring part
(The question is at the end)
I am getting severe head aches over a third party COM component that keeps changing the FPU control word.
My development ...
2
votes
1answer
73 views
Pixel modifying code runs quick in main app, really slow in Delphi 6 DirectShow filter with other problems
I have a Delphi 6 application that sends bitmaps to a DirectShow DLL in real-time, 25 frames a second. The DirectShow DLL is my code too and is also written in Delphi 6 using the DSPACK DirectShow ...
2
votes
2answers
690 views
How can I set and restore FPU CTRL registers?
I can reset FPU's CTRL registers with this:
http://support.microsoft.com/kb/326219
But how can I save current registers, and restore them later?
It's from .net code..
What I'm doing, is from ...