Re: Custom Resources when creating component
- From: "KM" <konstmor@xxxxxxxxxxxxxxxx>
- Date: Thu, 7 Apr 2005 11:57:07 -0700
ms,
This is easy. You obviously want to use FBA DLL/COM registration on com server Dlls (the ones you would registrer with
regsvr32.exe).
To know whether a dll is a COM server or not, explore its export. If it has functions like "DllCanUnloadNow, DllGetClassObject,
DllRegisterServer, DllUnregisterServer", it is a COM object implemetation that needs to be register in registry (either manually, or
with regsvr32). For those you can certainly use FBA DLL/COM resource.
--
Regards,
KM, BSquare Corp.
> Hi,
>
> When does one know what custom resources to add to say a third party
> application that is
> being made into a component. I would use the resource monitoring tools
> InCtrl5, filemon
> regmon and depends to get all my file and registry entries but how do i
> know if need to
> add FBA DLL/COM registration, Service data FBA Generic command. Any advice
> on this
> would be appreciated.
>
> Regards
> ms
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Dependency Check Errors
- Next by Date: Custom Shell and Network Settings
- Previous by thread: Custom Resources when creating component
- Next by thread: Re: Custom Resources when creating component
- Index(es):