Hi,

I am new to V8. I was trying to run the Hello World example form 
here<https://developers.google.com/v8/get_started>
.

But, I am getting compilation error at this line:

v8::String source = v8::String::New("'Hello' + ', World'");


> error C2440: 'initializing' : cannot convert from 'v8::Local<v8::String>' 
> to 'v8::String'

 

Why am I getting this error?

Thanks

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to