Jon Smirl wrote: > layout and content are still exporting a lot of NS_NewXXXX() type helper > functions. In other places (uri's) NS_NewXXXX is inline. Sometimes these > names are exported C style and some are C++ mangled. What's the standard? > > What's the story on these functions versus CreateInstance?
None of those are exported out of the component on Linux, because of our sexy linker script, so I think you can stop their export on Win32 as well. Mike
