Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oradke

    Very weird variant of "Invalid floating point operation" error

    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...
  2. oradke

    Very weird variant of "Invalid floating point operation" error

    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...
  3. oradke

    Very weird variant of "Invalid floating point operation" error

    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...

Part and Inventory Search

Back
Top