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
