This sounds perfect for dynamically binding dlopen/dlsym functions. Run tests on those types of functions? Any luck?
-L On Fri, Jun 24, 2011 at 2:40 PM, Stephan Beal <[email protected]> wrote: > Hi, all! > After a long hacking session i would like to announce what is very possibly > the world's simplest method for binding C++ functions and methods to v8... > ToInCa ("InCa" is short for "InvocationCallback") is a class template which > can convert free functions and member functions to InvocationCallback > functions at compile-time. Those InCa instances can then be bound to > arbitrary JS objects (member binding requires that the JS object and a > native object of that type have been bound together, of course). > e.g. to bind the Unix sleep() function: [SNIP] -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
