Ian wrote:
Thanks Christian. But won't this be just another way of getting
"interface skew", as Aaron described it in an earlier message?

Not if you get the headers from the right branch.

To get something to work on the firefoxes out on desktops, don't I
need to have the accessibility headers etc *as they were* when
the firefoxes were built? Or am I wrong/confused here.

If you want your code to work against a given version of Firefox, use the headers from that version from CVS....

Does that mean, I'll use the old IID, and get a hold of the *old*
interface?

It means that when version mismatches occur QI will fail, allowing you to detect such mismatches. It also means that you can write code that works with both versions if you're careful....

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

Reply via email to