Javascript Engine for Delphi

user1647411 picture user1647411 · Nov 8, 2012 · Viewed 8.9k times · Source

Are there any out there that work with 64 bits? So I can use it along IdHTPP.

Edit: I found SpiderMonkey for Delphi. It supports 64 bit but there is no 64 bit dll provided. "js64.dll" that is.

http://code.google.com/p/delphi-javascript/

Here is the 64 bit build. It works perfect with delphi-javascript

http://depositfiles.com/files/tfryg81ny

Answer

BeRo picture BeRo · Nov 16, 2012

You can try also BESEN which is a ECMAScript/JavaScript Engine written in ObjectPascal itself, without any external DLL libraries.