YESS!! Daddy was dead-on. The debugger was not set to handle this exception! I enabled it and it pointed me to the culprit: Using a variable array which was declared, but not initialized (stupid error, I know!). That explains the erratic behavior and the arbitrary disappearance of the error when...
Hi Steve!
Thanks for replying.
No, this is not a DB application. I store the data as records in a memory stream and read them sequentially on demand, so there's no timing issue.
I'd love to give you a code example, but since Delphi doesn't tell me WHERE the error occurs, I'm at a loss here...
Hi all!
I ran into the weirdest problem with an "Invalid floating point operation" error.
I'm using Delphi 2010, analyzing a stream of data. I did some tweaks to the code, added a few new algorithms, and suddenly Delphi threw the above mentioned error at a specific frame of my data. At first I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.