Re: COM/DLLs

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Kesavan (kesavansajeev_at_hotmail.com)
Date: 06/15/04


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
> >
> >
> >



Relevant Pages

  • Re: Release build exe has MFC71D.dll, MSVCR71D.dll and MSVCP71d.dll
    ... I am 100%sure that my dll is not having any dependency on the ... My preprocessor settings have a macro called _DEBUG which is going to ... same directory where my exe is placed. ...
    (microsoft.public.vc.mfc)
  • Re: Passing Variant SafeArrays from C# into C++ DLL
    ... that by marking the mscoree dependency as delayload. ... then combining managed code with purely native object ... .NET library dynamically in a non dotnet C++ dll? ... understand what you mean by "do any .NET library initialization". ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Could not load file or assembly ONLY ON XP
    ... - no unexpected dependency when creating the setup, setup change ... removed:the call to my dll stop working. ... Why "Big Steel" is suggesting you post to the C# forum or the general-purpose Visual Studio forum, ... If Dependency Walker isn't showing you which DLL is causing problems, and you still want to implement this using C++/CLI, the web forum I suggest above may be helpful. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to troubleshoot Error 48
    ... > The EXE and DLL are both on the Test server no other machine is involved, ... the reach of VB's ability to resolve the error, there's a dependency that's ... was loaded by your app. ... Freeware Process Viewer ...
    (microsoft.public.vb.com)
  • Re: Problems calling Fortran DLL from VBA
    ... I do have mixed language documentation, ... I can succesfully call this DLL from another Fortran procedure.. ... mixed language documentation for your compiler to make sure that any ... when the actual problem is a DEPENDENCY dll. ...
    (comp.lang.fortran)