geckosdk

What lib in the gecko 1.9.3 SDK do I link against to use moz_xmalloc()?

穿精又带淫゛_ 提交于 2019-12-11 02:08:34
问题 I'm trying to link my XPCOM extension against the 1.9.3a3pre SDK and I get the following: error LNK2001: unresolved external symbol _moz_xmalloc So, what lib do I need to link to? The documentation doesn't say. This is on Windows right now, but I'll need it to build on Mac and Linux (32bit/64bit) as well. Edit: Now with bounty. Edit: Update: Turns out FF3.7 was cancelled. So I don't have to worry about this until FF4. 回答1: define ' XPCOM_GLUE ' in C++ Preprocessor Definition property. It will

How to use Gecko in C#

空扰寡人 提交于 2019-11-29 08:32:20
问题 I need a Gecko WebBrowser Control I need a sample code or a link which explains how to use GECKO If anyone has used Gecko, I could do with some advice 回答1: Original tutorial with detailed snapshots can be found here. To embed Gecko browser in your winform application, you need: XulRunner: XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It provides mechanisms for installing, upgrading, and uninstalling