[EMAIL PROTECTED] wrote:
Am trying to use dev-cpp IDE on Windows 98 to create a c++ xpcom
component. Done most of the http://www.iosart.com/firefox/xpcom/
tutorial, however when attempting to link get an undefined external
(_imp___Z20NS_NewGenericModule2P12nsModuleInfoPP9nsIModule).

I'm pretty sure dev-cpp is GCC based, in which case the C++ name mangling algorithm would be different from that of MSVC. And the Gecko SDKs are built with MSVC (since the official releases are also MSVC based)...

You probably need to use a Microsoft (or Intel) compiler instead.

HTH

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

Reply via email to