Hello! Benjamin Smedberg wrote: > jmv wrote: > > Hello, > > I'm trying to revive wxMozilla project, fixed most bugs that prevented > > compiling, but on linking stage I get messages that linker cannot find > > 'NS_InitEmbedding', 'NS_TermEmbedding' symbols. > > You don't say what branch you're trying to build from, which is an essential > bit of information.
I'm using branch FIREFOX_1_5_0_6_RELEASE. > NS_InitEmbedding is indeed an obsolete API; it has been replaced by the much > more flexible and dynamically linked XRE_InitEmbedding API. That said, it is > still available in a static library for old code which hasn't upgraded yet. Thanks for your answer but I cannot find a single mention of XRE_InitEmbedding in the Firefox 1.5 sources and NS_InitEmbedding is declaring with NS_HIDDEN attribute. As far as I understand, this means that I cannot link to it. What should I do in this situation? Eugene _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
