Re: COM/DLLs
From: Kesavan (kesavansajeev_at_hotmail.com)
Date: 06/15/04
- Next message: Brad Combs: "Re: pure console shell?"
- Previous message: Brad Combs: "Re: automatic upgrade in XPE?"
- In reply to: prakash437: "Re: COM/DLLs"
- Messages sorted by: [ date ] [ thread ]
Date: 15 Jun 2004 04:36:52 -0700
Hi Prakash,
If w.r.t the app you are working upon,you can identify the dlls
being run upon by utilising the dependency walker.Even a filemon usage
can give some help.Track the dll that is being used.It shouldn't
matter,you may anyhow need to include all the explicit dlls.As per my
guessing there shouldnt be anything more to the registeration of the
COM.
Regards,
Kesavan
"prakash437" <prakash437@discussions.microsoft.com> wrote in message news:<BAAD5EA3-0C5C-4E7B-9E77-00B4DEA0C0F8@microsoft.com>...
> Thank you,
>
> Vaddina Prakash Rao
>
> "Slobodan Brcin (eMVP)" wrote:
>
> > You can use dependency walker to check for presence of DllRegisterServer function in dll.
> > Or you can make simple application that will search all dll files in certain folder and check if there is presence of this
> > function.
> >
> > Regards,
> > Slobodan
> >
> > "prakash437" <prakash437@discussions.microsoft.com> wrote in message news:C051A63D-8AF6-46C3-919C-0F4E8B0EED48@microsoft.com...
> > > Can anyone tell me of a better way to identify the binaries that need to be registered(So that i can register them with the FBA
> Registration Command). COM objects can be identified by their extention, OCX. Is that all for COM. And what about DLLs.
> > >
> > > Thanks,
> > > Vaddina Prakash Rao
> >
> >
> >
- Next message: Brad Combs: "Re: pure console shell?"
- Previous message: Brad Combs: "Re: automatic upgrade in XPE?"
- In reply to: prakash437: "Re: COM/DLLs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|