We are using an 850 MHz all-in-one CPU card running in a micro-
box for a process control application. During troubleshooting it
was noticed that adding a print statement would cause a very
repeatable Error 11 (Divide by zero) at runtime. Remove the
print statement and the error goes away.
TurboPascal had a bug in its CRT module which resulted in the
same divide by zero error message. There are several patches
that can be downloaded from the Internet to fix this bug.
My question is ... does PowerBASIC have a patch to fix this bug
in the PowerBASIC/DOS V3.5 library?
------------------
php
box for a process control application. During troubleshooting it
was noticed that adding a print statement would cause a very
repeatable Error 11 (Divide by zero) at runtime. Remove the
print statement and the error goes away.
TurboPascal had a bug in its CRT module which resulted in the
same divide by zero error message. There are several patches
that can be downloaded from the Internet to fix this bug.
My question is ... does PowerBASIC have a patch to fix this bug
in the PowerBASIC/DOS V3.5 library?
------------------
php
Comment