Nitin wrote:
> I have build Mozilla successfully and tried the following application
> on the XPCOM.DLL of the mozilla build.
> 
> This application fails for the Netscape XPCOM.DLL 
> with the Error => 
> "The apitest.exe file is linked to missing export
> XPCOM.DLL:NS_InitXPCOM2."

Normally if things hadn't built properly, you'd get an error at link 
time. Since you're getting an error at runtime, this suggest maybe 
you're picking up an old copy of XPCOM.DLL. See if you are picking up 
the right XPCOM.DLL, and then also dump the export symbols using a tool 
like dumpbin (comes with VC++).

David B.


Reply via email to