Hello,
Can anyone tell me what is it? After I compile XPCOM and then I
try to use my DLL link to XPCOM in Netscape 61. Then I got messagebox
"Netscap.exe ??RnsQueryElementAt@@UBEIABUnsID@@PAPAX@Z entry not
found". After I use dumpbin.exe to check the debug version
XPCOM.DLL, then I found those
0nsQueryElementAt@@QAE@ABV0@@Z
0nsQueryElementAt@@QAE@PAVnsICollection@@IPAI@Z
4nsQueryElementAt@@QAEAAV0@ABV0@@Z
RnsQueryElementAt@@UBEIABUnsID@@PAPAX@Z
I also found the same one"RnsQueryElementAt@@UBEIABUnsID@@PAPAX@Z" in
my DLL.
I check with the Netscape release xpcom.dll there is only one
"QueryElementAt@nsSupportsArray@@UAGIIABUnsID@@PAPAX@Z".
Can anyone tell me is it compiling flag setting problem? I have check
"XP_PC" and "XP_WIN"? Thanks your help very much.