nsIWebNavigation::LoadURI takes 5 arguments, the last two are nsIInputStream. But if I use NS_NewByteArrayInputStream to create a new nsIInputStream, a link error will occur "error LNK2001: unresolved external symbol "unsigned int __cdecl NS_NewByteArrayInputStream(class nsIByteArrayInputStream * *,char*,unsigned long)"
NS_NewByteArrayInputStream is in xpcom.dll but may be not in xpcomglue.lib.
Did I do something wrong or anyone know how to work around it?
Thanks Kyle _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
