Message-ID: <3901BE44.F90DB80F@hotmail.com> From: Andrew Hakman X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: 387 page fault thing References: <3900B453 DOT F41CC292 AT hotmail DOT com> <200004220935 DOT FAA18388 AT indy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 Date: Sat, 22 Apr 2000 14:59:58 GMT NNTP-Posting-Host: 142.13.16.203 X-Trace: typhoon.mbnet.mb.ca 956415598 142.13.16.203 (Sat, 22 Apr 2000 09:59:58 CDT) NNTP-Posting-Date: Sat, 22 Apr 2000 09:59:58 CDT Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > One thing to try would be to not use FP math at all in the callback. > You could try replacing it with fixed-point computations; perhaps that > will make the problem go away. How would I convert 'double=double' to fixed point? Is there another type of variable that I should be using? I have thought of sending these values as 2 integers, one being the left side of the decimal, and the other being the right side, but then reassembling (and splitting them initally) seems like it would be a pain in the @$$, but if that's what needs to be done, then that's what I'll do! > Tanks, but I won't have time to work on this. Sorry. I understand. I'm really busy too. Andrew