Showing posts with label JNEXT. Show all posts
Showing posts with label JNEXT. Show all posts

Monday, December 17, 2007

How To: Execute JavaScript from C++ DLL

If you want to execute JavaScript from C++ to Internet Explorer, please read this interesting link. It could be very usefull if you want to do any javascript extension. Te source code sample is for Visual C++. And you must to do it with Active X.

If you have any doubt, please write a comment.

Thursday, November 8, 2007

JNEXT: JavaScript Native Extensions



If you want to extend the DOM for JavaScript and use it with any browser, you can use the JNEXT Framework, an Open Source project that allow us to develop our own extension. For example if you want to use your library through JS you only need to develop the wrapper following the JNEXT instructions. The architecture is very easy and with a little c++ knowledge you can do it. you can download the entire source code from the next link


Blogged with Flock