Hi, I am tryting to embed Gecko based on BRANCH_1_8.
I referenced Makefile.in in embedding/tests/winEmbed and included 'xpcom', 'xul', 'profdirserviceprovider_s', 'embed_base_s', 'unicharutil_s', 'gkgfx', 'nspr4', 'plc4', 'plds4', 'js3250' libraries. It seems to link without an error at first. However, after I included a unfrozen API "nsPresContext.h", it in turn included old string APIs and caused linkage errors. What library do I need to include to avoid these link errors? I tried string_s.lib, but it caused duplicate linkage errors. By the way, what I want to do the preContext is to grab pixels of a browser window. Is there any other method to do that using only frozen APIs? Regards, Kwang Yul Seo _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
