Arithmetic operation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep recieving the message: Unexpected Error Due to an Overflow or
Underflow of the Arithmetic Operation. What do you do to repair that?????
What causes that????
 
Arithmetic said:
I keep recieving the message: Unexpected Error Due to an Overflow or
Underflow of the Arithmetic Operation. What do you do to repair that?????
What causes that????

A Google web search plus a search of the Microsoft Knowledge Base
fails to find a single reference to the error message text that you
quoted.

Can you provide some further details as to the exact circumstances
where this message is being produced? What application program are
you using at the time and which specific task or function within that
program triggers the error?

Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

In memory of a dear friend Alex Nichol MVP
http://aumha.org/alex.htm
 
162 Arithmetic overflow or underflow (Fatal)
You are executing a program that is trying to perform a floating-point
divide by zero.

Resolution:
You should recode your program to avoid this illegal operation.





|
| >I keep recieving the message: Unexpected Error Due to an Overflow or
| >Underflow of the Arithmetic Operation. What do you do to repair
that?????
| >What causes that????
|
| A Google web search plus a search of the Microsoft Knowledge Base
| fails to find a single reference to the error message text that you
| quoted.
|
| Can you provide some further details as to the exact circumstances
| where this message is being produced? What application program are
| you using at the time and which specific task or function within that
| program triggers the error?
|
| Good luck
|
| Ron Martell Duncan B.C. Canada
| --
| Microsoft MVP
| On-Line Help Computer Service
| http://onlinehelp.bc.ca
|
| In memory of a dear friend Alex Nichol MVP
| http://aumha.org/alex.htm
 
Ron Martell said:
A Google web search plus a search of the Microsoft Knowledge Base
fails to find a single reference to the error message text that you
quoted.

Can you provide some further details as to the exact circumstances
where this message is being produced? What application program are
you using at the time and which specific task or function within that
program triggers the error?

Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

In memory of a dear friend Alex Nichol MVP
http://aumha.org/alex.htm
I recieve the message when I turn the computer on
 
Tom Pepper Willett said:
162 Arithmetic overflow or underflow (Fatal)
You are executing a program that is trying to perform a floating-point
divide by zero.

Resolution:
You should recode your program to avoid this illegal operation.
The message comes on when I turn the computer on. How would I recode. Why is this illegal?




|
| >I keep recieving the message: Unexpected Error Due to an Overflow or
| >Underflow of the Arithmetic Operation. What do you do to repair
that?????
| >What causes that????
|
| A Google web search plus a search of the Microsoft Knowledge Base
| fails to find a single reference to the error message text that you
| quoted.
|
| Can you provide some further details as to the exact circumstances
| where this message is being produced? What application program are
| you using at the time and which specific task or function within that
| program triggers the error?
|
| Good luck
|
| Ron Martell Duncan B.C. Canada
| --
| Microsoft MVP
| On-Line Help Computer Service
| http://onlinehelp.bc.ca
|
| In memory of a dear friend Alex Nichol MVP
| http://aumha.org/alex.htm
 
Have you installed any software that was not from a commercial
software company? Perhaps some shareware, or something that was
written by a friend or relative?

If not then I suspect that you may have some sort of a virus or
spyware item installed on your computer. These are notorious for
shoddy programming.

Make certain your antivirus software is completely up to date with the
virus definitions not more than a week old and do a complete virus
scan of your computer. Then get a second opinion by using one of the
free online virus scanning services such as
http://housecall.trendmicro.com
http://www.pandasoftware.com/activescan/
http://www.ravantivirus.com/scan/

The check for spyware by following MVP Jim Eshelman's Spyware Quick
Fix Procedure at http://www.aumha.org/a/quickfix.htm

Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

In memory of a dear friend Alex Nichol MVP
http://aumha.org/alex.htm
 
Arithmetic said:
I keep recieving the message: Unexpected Error Due to an Overflow or
Underflow of the Arithmetic Operation. What do you do to repair that?????
What causes that????


What application is providing this error message? Have you contacted
the tech support agency for this application?

--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 
Back
Top