Re: [v8-users] Re: 'Platform' is null ... ?

2014-09-10 Thread Jochen Eisinger
you need to add the v8 directory to your include paths (not v8/include - though having both is also fine). And yes, you have to link against the .lib file, there is no dll support for v8_libplatform (yet) best -jochen On Wed, Sep 10, 2014 at 4:28 AM, James W contac...@jameswilkins.net wrote:

[v8-users] Call to persistent function crashes

2014-09-10 Thread Antonis Papageorgiou
Is it obvious to anyone why the call to WebSocket::pfunc_on_open crashes at this line processOnOpen-Call(global, 1, args); extern Isolate* isolate; extern HandleContext g_context; extern Handle ObjectTemplate globalTemplate; extern PersistentContext p_context; v8::Persistentv8::Function