[EMAIL PROTECTED] wrote: > Thanks for the advice. But can you please tell me how/what should I > link if I need to call a function in the layout libs?
Nothing, generally. You should call virtual functions which don't require linking anything. In your case, just calling GetContainer() should work fine. (Unless you define _IMPL_NS_LAYOUT which you shouldn't). Though I have to wonder, what do you need that function for? _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

