Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem
From: Terry Russell (trochilus_at_oRpEtMuOsVnEet.com.au)
Date: 10/28/04
- Next message: Rudy Velthuis: "Re: Try Finally..."
- Previous message: Joe Smith: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- In reply to: Joe Smith: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Next in thread: L D Blake: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Reply:(deleted message) L D Blake: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Oct 2004 12:20:49 +0930
"Joe Smith" <joesmith323@hotmail.com> wrote in message
news:41804a80.158384333@news.telus.net...
> On Wed, 27 Oct 2004 08:42:24 +0000 (UTC), erewhon@nowhere.uk (J
> French) wrote:
>
> set8087cw(Default8087CW);
>
easy to miss
"Set8087CW sets both the control word in the floating point unit and the
variable Default8087CW declared in the system unit."
it should probably be a constant value for known state, anything that saves
then
restores set8087cw(olfpucw) will change the 'default'
system.pas initialises it to
var
Default8087CW: Word = $1332;{ Default 8087 control word. FPU control
register is set to this value.
CAUTION: Setting this to an invalid value
could cause unpredictable
behaiour. }
- Next message: Rudy Velthuis: "Re: Try Finally..."
- Previous message: Joe Smith: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- In reply to: Joe Smith: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Next in thread: L D Blake: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Reply:(deleted message) L D Blake: "Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|