Hi,

I am trying to embed Mozilla into an application, as have a question regarding passing calls in javascript back to C++ code within the application.

I have seen a document describing creating a XPCOM interface IDL file and then implementing it in c++ and building it as a shared library and putting it with the xpt file into the Components directory. Is there any way I can avoid this and just have the calls in javascript come straight to the application, instead of going to a DLL? If the method invocations are going to the DLL I create how should I get them back into the context of my main application?

Thanks,

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

Reply via email to