[EMAIL PROTECTED] wrote: > > as for all the errors i get when I build with /MD, any ideas. I will > need to compile with /MD one day.
You must use /MDd when building a debug version of your plugin (which must be built using a debug version of the sdk). When you start working with a release build SDK and wish to make a release build of your code, /MD will then work. Mark _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
