[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT.Mozilla in Browser xpcom.dll error

Carlos S. Zamudio wrote:
I've integrated the Mozilla Gecko renderer into my RCP application as described in the SWT FAQ. Mostly, it works great. But when I access certain web pages (which I believe is related to using some type of Flash component to display advertisements) I get the following XPCOM.dll error:

"The procedure entry point ?Alloc@nsMemory@@SPAXI@Z could not be located in the dynamic link library xpcom.dll."

Anyone run into this and can offer some advice?

Thanks.

Missing library entry points are often the result of version mismatches. The routine that is calling the library was written against a different version then is available at run time. You should check to make sure that you have the correct version of xpcom.dll. Be sure to check from the start of your path to make sure that xpcom.dll isn't being picked up from somewhere unexpected.