just curious... for what is this prog? can i Load dll's with it?
and if my assumption is right what happens, are they mapped
in every prog process-space?
and if my assumption is right what happens, are they mapped
in every prog process-space?
As far as I know, it's use to register and unregister those COM
thingamajigs... probably not useful for much else than that.
thingamajigs... probably not useful for much else than that.
regsvr32 calls the RegisterDll and UnregisterDll functions present in every COM component. That's all it does. it's nothing but a big wrapper application since the components themselves do the actual '(un)registering' work.