On 4/17/10 9:41 AM, Michael I wrote:

https://wiki.mozilla.org/JSctypes
https://developer.mozilla.org/en/JavaScript_code_modules/ctypes.jsm

is it possible to use this functionallity without component jsm,
directlly only with spidermonkey ?
How to include this and compile ?

You're in luck. ctypes was just recently moved into Spidermonkey (js/src), in bug 538324. There is now a function JS_InitCTypesClass which is available if you configure spidermonkey --enable-ctypes.

Of course this is only available on bleeding-edge spidermonkey, not any releases.

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

Reply via email to