Subj : Re: Delphi developers: headers for Mozilla JS engine To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Tue Jul 15 2003 10:59 am I've gone back through jsdecl.pas to remove all jsprvtd.h (and related) headers. One concern that I had was I also lost the WatchPoint and (so it seemed) breakpoint debugging headers. Is that correct? I'd like the ability to interact with the compiler on some level so that I can provide active error feedback. Thanks, Sterling "Brendan Eich" wrote in message news:3F10B28A.6080008@meer.net... > Sterling Bates wrote: > > > I translated some of the private structs that were used in the hooks (*Op, > > JSHash*, etc). I had initially started out with straight pointers (JS is > > supposed to be opaque, right?) but then I saw some hooks where my callback > > could extract information directly. If that's still not a Good Thing, I'll > > go back to pointers. > > I don't think anything outside jspubtd.h and jsapi.h should be reflected > into Pascal, for the first cut. You might get to jsdbgapi.h, and after > that *possibly* jsxdrapi.h, but the other header files and their types > and functions (js_, not JS_) should be off limits. > > /be > .