Eric H. Jung wrote:

Hi,

I've written a DLL in Visual C++ and would like to call a function in
this DLL from an extension. Can anyone point me to documentation about
how to do this and/or other extensions which already do this?

To talk to a dll, you would need to write a c++ XPCOM wrapper which does the talking and make the XPCOM API's scriptable so you can talk to those from js.

--pete

--
Pete Collins - Founder, Mozdev Group Inc.
www.mozdevgroup.com
Mozilla Software Development Solutions
tel: 1-719-302-5811
fax: 1-719-302-5813

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to