goktan kantarcioglu wrote:
but now, when i insert libxpcomglue it is giving me a different error...
like
"undefined reference to `nsEmbedCString::nsEmbedCString[in-charge]()`
on project i added libxpcom and libxpcomglue libraries. which library do
i need to add???

When you link against libxpcomglue, you should *not* link against libxpcom. Otherwise, you need to link against libembedstring as darin said.


When using the XPCOM glue, make sure you call XPCOMGlueStartup before using any xpcom functions.

--BDS

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

Reply via email to