Re: A call to an OS Function failed??



it means, that while in one of the OS functions, an
Exception was fired off and your app caught it with
no direct local area to trace it too.
I've seen this before when other software caused problems.
things like Floating point operations etc..
Or some resource was unexpectedly not available at the
time of call and the OS does not have any code to handle this
unexpected problem. Almost sounds like a hardware driver.


Well, if I click OK program executes just fine. Do you think its safe to
ignore this exception?


.



Relevant Pages

  • Re: A call to an OS Function failed??
    ... I've seen this before when other software caused problems. ... unexpected problem. ... if I click OK program executes just fine. ... Do you think its safe to ignore this exception? ...
    (alt.comp.lang.borland-delphi)
  • Re: A call to an OS Function failed??
    ... So, once in a very large while, it will display this message, exception handler is constomized, so I get more info. ... My App ... I've seen this before when other software caused problems. ... unexpected problem. ...
    (alt.comp.lang.borland-delphi)