Nevermind, I found http://www.iosart.com/firefox/xpcom/
--- "Eric H. Jung" <[EMAIL PROTECTED]> wrote: > --- Pete Collins <[EMAIL PROTECTED]> wrote: > > > > > > > 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. > > > > > Thanks. I had a look at FoxyTunes (as suggested by Konstantin) and > that > is what it does. FoxyTunes does not appear to be open source, > though, > so I can't look at the DLL code (the DLL contains the XPCOM wrapper I > think). Do you happen to know of any tutorials on how to do this? I > am > proficient in C++ so it doesn't have to be simple, but if I have to > compile nightlies just for linking then I'm probably not too > interested. > > Thank you, > Eric > > > > --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 > > > > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
