Re: Custom Resources when creating component

Tech-Archive recommends: Speed Up your PC by fixing your registry



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


.