On 8/19/14, 2:52 PM, Look, Yuriy wrote:
I am building my code against Gecko 31 for Windows and a public C++ method 
nsIDocument::GetDocShell defined in include\nsIDocument.h on line 1188 does not 
get resolved by Visual Studio 2010 linker.

This is a non-virtual non-inline method, with default (hidden) visibility. So it can only be used from inside libxul, no?

This is the only one that does not get resolved for me, even though my code 
uses quite a few, including several more methods of nsIDocument interface.

Are those also non-virtual and non-inline?

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to