Re: check if com api is still available

2005-11-20 Thread Tim Roberts
Neil Hodgson <[EMAIL PROTECTED]> wrote: > >All running COM servers should be in the "Running Object Table" >(ROT). If you search the net for this term you will find code that can >show what is in the ROT, so there must be an API. If only. The Microsoft Office applications seem to be the onl

Re: check if com api is still available

2005-11-18 Thread Chris Mellon
On 11/18/05, Neil Hodgson <[EMAIL PROTECTED]> wrote: > Hermann Maier: > > > i am using the com api of a program and if this program is shut down and > > my program calls a method of the api, it crashs. that means, i need to > > check, if the com server is still available, before i can call for it.

Re: check if com api is still available

2005-11-18 Thread Neil Hodgson
Hermann Maier: > i am using the com api of a program and if this program is shut down and > my program calls a method of the api, it crashs. that means, i need to > check, if the com server is still available, before i can call for it. The server should not shut down while clients have outs