--- On Wed, 8/15/12, David Griffith <dgriffi at cs.csubak.edu> wrote:
Is there some
reason you can't use DPMI?
Yes.? I'm trying to make the program runnable on 16-bit
DOS machines (8088, 80286).? I might make a version for
DPMI-capable machines, but this is the last nasty chunk to
crunch before I declare the program mature.
Then there's no magic bullet here. You either need a compiler that
implements double-precision integer arithmetic, e.g., synthesizing
32-bit arithmetic from multiple 16-bit operations, or rework the
program logic to operate with smaller integers.
--Bill