Update:
You might contact Joe if you're comfortable searching through Yes with
a debugger and patching the code.
==============================================================================
I ran into this problem in June '97 when I got a new machine, a 266
PII. It later happened at work on a 233 HP Vectra.
Using Turbo Debugger, I found and patched the offending code,
and Procomm now works fine.
The following files required patching (they all use the same
code fragment, so it was easy after the first time):
PCPLUS EXE
PCSETUP EXE
PCEDIT EXE
DT_PATCH EXE
PCKEYMAP EXE
PCINSTAL EXE
Basically, the patch bypasses the DIV instruction, and sets the
result to the maximum value that can fit in 16 bits (FFFFH).
It works fine on both machines now.
Joe
jdhagen@itis.com
===========================================================================