I am calling GetServiceByContractID("@mozilla.org/categorymanager", NS_GET_IID(nsICategoryManager), getter_AddRefs(catman));
You are using the wrong contract id. Try this one: @mozilla.org/categorymanager;1
I am calling GetServiceByContractID("@mozilla.org/categorymanager", NS_GET_IID(nsICategoryManager), getter_AddRefs(catman));
You are using the wrong contract id. Try this one: @mozilla.org/categorymanager;1