Subj : Re: SpiderMonkey Windows dll? To : netscape.public.mozilla.jseng From : Martin Holmes Date : Thu May 01 2003 10:02 am On 5/1/2003 7:32 AM, the Minister of Certain Things released a statement to the following effect: > Martin Holmes wrote: > >> Hi there, >> >> Does anyone know where I could download a pre-compiled dll version of >> SpiderMonkey for Windows? I don't have a C compiler, or any C skills, >> so I can't build my own. > > > What could you do with a dll if you don't have C skills and a C compiler?? I can call dll functions from Delphi with a bit of work. > If you want to play with the JavaScript shell then get a zipped Mozilla > build and try xpcshell in the bin directory. That works fine. I'm guessing it's making calls to js3250.dll -- is that right? Would these docs apply? http://www.mozilla.org/js/spidermonkey/apidoc/complete-frameset.html Cheers, Martin .