I'm developping an XPCOM component with MSVC7.1, and I would like to statically link to MFC. That requires me to use the Multi-threaded Debug runtime library (/MTd), but the Gecko SDK seems to require the Multi-threaded Debug DLL runtime library (/MDd), which keeps me from statically linking to MFC.

Is there a way to configure my project so that the Gecko SDK would work with the Multi-threaded Debug runtime library (/MTd)?

Thanks


A. _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to