On Apr 23, 6:01 pm, Olivier Parniere <[EMAIL PROTECTED]>
wrote:
> I'm actually working in implementing Delivery Status Modification
> Extension apart Milimail opensource project (http://www.milimail.org).
>
> I've successfully package the UI modification in an extension but I
> cannot package the orginals XPCOM I've modified.
>
> Here is the list of the XPCOM I modified to manage DSN :
> - Interface nsIMsgCompFields.idl and the implementation

If you change an interface, you must change the iid, did you?

> nsMsgCompFields.
> - Implementation nsMsgSend
> - Implementation nsMsgService
> - Implementation nsMSmtpProtocol
>
> For example, I tried to package the modified nsIMsgCompFields
> component with its XPT in the components/ directory. But when I run
> Thunderbird, I have got a "Segmentation Fault".

build thunderbird --enable-debugger-info-modules, run w/ a debugger
and find out what happened.

> Is there a way to package overrided XPCOM Component into an extension?

depends

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

Reply via email to