Re: A call to an OS Function failed??



Global wrote:

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?


Test run this on another machine..
also, make sure you don't have the MS debugger running in the
background.


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.



Relevant Pages

  • Re: A call to an OS Function failed??
    ... 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. ... unexpected problem. ...
    (alt.comp.lang.borland-delphi)
  • JNI Problem
    ... In one computer the program executes as normal, but in another computer (terminal with ssh connection) it doesnt work anymore. ... Exception in thread "main" java.lang.UnsatisfiedLinkError: ...
    (comp.lang.java.programmer)