Re: A call to an OS Function failed??
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Mon, 25 Dec 2006 11:21:42 -0500
Global wrote:
Hi, I run into this error once in a while. It happens when application is doing nothing but showing its form, but no actions or anything is performed. I run application and IDE at the same time (by clicking application icon, not under debugger). So, once in a very large while, it will display this message, exception handler is constomized, so I get more info. What is this, and how do I track this thing down??it means, that while in one of the OS functions, an
---------------------------
My App
---------------------------
A call to an OS function failed.
(TID:6800) - 0x00467E00 - 0x00000000
Type: "EOSError" Origin: "TApplication"
---------------------------
OK Help
---------------------------
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.
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- Follow-Ups:
- Re: A call to an OS Function failed??
- From: Global
- Re: A call to an OS Function failed??
- References:
- A call to an OS Function failed??
- From: Global
- A call to an OS Function failed??
- Prev by Date: A call to an OS Function failed??
- Next by Date: Re: A call to an OS Function failed??
- Previous by thread: A call to an OS Function failed??
- Next by thread: Re: A call to an OS Function failed??
- Index(es):
Relevant Pages
|