Article ID: 147765
Article Last Modified on 10/24/2003
APPLIES TO
- Microsoft FORTRAN PowerStation 32
- Microsoft FORTRAN PowerStation 4.0 Standard Edition
This article was previously published under Q147765
SYMPTOMS
Attempting to divide an integer number by zero at run time causes one of
the following application error messages to be generated instead of the
appropriate run-time error:
Under Windows NT version 3.51:
Application Error - The exception integer division by zero
occurred in the application
Under Windows 95:
This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
Details:
<program> caused a divide error in module <filename> at 0137:0040109c
The following appropriate run-time error should be generated instead of
the above application errors:
R6003 integer divide by 0
RESOLUTION
Make sure arithmetic expressions do not include a direct or indirect divide
by zero calculation.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this problem and will
post new information here in the Microsoft Knowledge Base as it becomes
available.
Additional query words: 1.00 4.00
Keywords: kblangfortran KB147765