Re: NS_InitXPCOM2() Error for Netscape 6.2 XPCOM.DLL

David Bradley <[email protected]> Tue, 27 Aug 2002 10:56:44 -0400
Newsgroups gmane.comp.mozilla.devel.xpcom
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
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.