How can I use Google Chrome's V8 JavaScript interpreter from Delphi?

后端 未结 6 2053
孤城傲影
孤城傲影 2020-12-23 22:26

I\'d like to embed the V8 JavaScript interpreter that ships with Google Chrome within my Delphi application. I\'m aware of the chromium embedded open-source project from Goo

6条回答
  •  别那么骄傲
    2020-12-23 23:10

    If it is in fact Chrome as a browser you want to embed into your application, you should check out Google Chrome Frame, it exposes COM interfaces, primarily to integrate into Internet Explorer, but in theory we should be able to access them also.

    (I'm not sure because I would like to have a go at this myself, but it's on a (long) list of really neat things to try when I get around to them.) Update: I've had a quick go at it, got a "No interface supported" error, and posted it here.

提交回复
热议问题