Re: A call to an OS Function failed??
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Tue, 26 Dec 2006 00:09:35 -0600
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).
Well that's no way to debug a program. Run your program in the debugger.
So, once in a very large while, it will display this message, exception handler is constomized, so I get more info.
The only additional information you're providing seem to be the "origin" and the "TID"; what do those mean? Where does that information come from? How do they help you find the source of the problem?
What is this, and how do I track this thing down??
That error message occurs when your program calls RaiseLastOSError (or RaiseLastWin32Error) even though GetLastError returns NoError.
---------------------------
My App
---------------------------
A call to an OS function failed.
(TID:6800) - 0x00467E00 - 0x00000000
Type: "EOSError" Origin: "TApplication"
OK. So what API function did you call at address 00467E00? This is where a debugger would help.
--
Rob
.
- References:
- A call to an OS Function failed??
- From: Global
- A call to an OS Function failed??
- Prev by Date: Re: getting an event handler from a active-x dll dispinterface
- Next by Date: Re: Modify R G and B of TColor
- Previous by thread: Re: A call to an OS Function failed??
- Next by thread: Re: A call to an OS Function failed??
- Index(es):
Relevant Pages
|