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
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.
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
Hi,
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.
i already have a solution for this problem and it works quiet well, but
i t