Does anyone have an example/howto on the following:
An existing windows dll that provides some functionality like char*
getMessage().
Create a V8 javascript wrapper to call this C/C++ function from
javascript.
Finally working this all work within Chrome.