On Wed, Sep 21, 2016 at 2:47 PM, Pieter <germishuys.pie...@gmail.com> wrote:
> After I have managed to get the windows build of v8 going I have a single
> unresolved symbol issue that I could use some help with.
>
> unresolved external symbol "public: static class v8::Local<class
> v8::Context> __cdecl v8::Context::New(class v8::Isolate *,class
> v8::ExtensionConfiguration *,class v8::MaybeLocal<class
> v8::ObjectTemplate>,class v8::MaybeLocal<class v8::Value>)"

Context::New() takes a Local<ObjectTemplate> and a Local<Value>, not
MaybeLocal<ObjectTemplate> and MaybeLocal<Value>.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to