There is a ton of documentation out there on building C++ extensions in v8. The v8 embedder's guide is a great place to get started. http://code.google.com/apis/v8/embed.html
Also take a look at v8.h for documentation on all the functions you'll need to use. On Wed, Feb 29, 2012 at 9:37 AM, ext dev <[email protected]> wrote: > Stephan: Thanks for the option. But I am looking for some frameworks that > is already present in Chromium. > > On Wed, Feb 29, 2012 at 10:34 AM, Stephan Beal <[email protected]>wrote: > >> On Wed, Feb 29, 2012 at 6:42 PM, ExtensionDev <[email protected]> wrote: >>> >>> ... >>> >>> In Chromium extensions internals source code, I found some reference >>> to NPAPI based CPPBoundClass. I thought NPAPI functions is for Plugin. >>> I am not sure on how to use this class to do the require c++ bindings. >>> Can someone provide some examples and some information regarding this? >>> >> >> NPAPI doesn't mean anything to me, but... >> >> <shameless_plug> >> here's one option for binding C++ functions/classes to v8: >> http://code.google.com/p/v8-juice/wiki/V8Convert >> </shameless_plug> >> >> -- >> ----- stephan beal >> http://wanderinghorse.net/home/stephan/ >> http://gplus.to/sgbeal >> >> -- >> v8-users mailing list >> [email protected] >> http://groups.google.com/group/v8-users >> > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
