> Renaming old interfaces can burn you if any callers rely on
> linking to exported entry points whose names are mangled using
> the old name; i.e. some exported function that used the interface
> as the type for a param.
> 
> Try the following to see some exported examples of this...
> 
> dumpbin /exports xpcom.dll | grep nsIServiceManager
> 
> You might not want to trust your small test sample if other
> callers also need to be supported.


John, thanks for the suggestion!  The symbols match with the exception 
of a newly added C function (NS_GetGlobalServiceManager).


Reply via email to