Hi,

I'm trying to use XPCOM components (specifically addressbook) is my application
and I've initialized everything as in the NS_Init_Embedding methods (appart from
the GUI part which I don't need), but I'm still getting failures from the 
components when they make a call like the following:

    rv = NS_GetSpecialDirectory(NS_APP_USER_PROFILE_50_DIR,
getter_AddRefs(profileDir));

Which fail, with NULL being returned... This means that elsewhere things 
are dying...

Is there something else I should be initializing that would allow for this to
work? 

Many Thanks,

Darren.

Reply via email to