Andrew Gough wrote: > Is it supposed to be theoretically possible to embed XulRunner 1.8.1.3 > at all? > > I am trying (once again) to make this work, so I downloaded the SDK & > runtime for xulrunner-1.8.1.3, and attempted to compile against it.
The SDK only contains *frozen* interfaces and headers. It is currently not possible to usefully embed gecko using only frozen interfaces: you will have to use internal interfaces such as nsIBaseWindow as well. So if the question is "Is it possible to embed XULRunner 1.8.1.3 by compiling against the SDK?" the answer is no. If the question is "Is it possible to embed XULRunner 1.8.1.3?" the answer is yes. But you'll need to obtain the nonfrozen headers/interfaces from the source tarball. --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
