wellbye wrote:
hi,all:
i want to get the nsPresContext from an IPresShell,but the compiler complains about a error when i add nsPresContext.h to the include list:

\dist\include\string\nsstringfwd.h(49) : fatal error C1189: #error : Internal string headers are not available from external-linkage code.

what's the problem ? thanks a lot...

The problem is that you're trying to use a file that uses internal strings in code that claims to be using external strings.

Or put another way, you're trying to use an object you probably shouldn't be using.

-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to